| Package | Description | 
|---|---|
| com.datastax.driver.mapping | 
| Class and Description | 
|---|
| DefaultPropertyMapper
 The default  
PropertyMapper used by the mapper. | 
| HierarchyScanStrategy
 A strategy to determine which ancestors of mapped classes should be scanned for mapped
 properties. 
 | 
| MappedProperty
 A Java property that is mapped to either a table column, a user-defined type (UDT) field, or a
 CQL expression such as  
"ttl(col1)". | 
| Mapper
 An object handling the mapping of a particular class. 
 | 
| Mapper.Option
 An option for a mapper operation. 
 | 
| MappingConfiguration
 The configuration to use for the mappers. 
 | 
| MappingConfiguration.Builder
 Builder for  
MappingConfiguration instances. | 
| MappingManager
 Mapping manager from which to obtain entity mappers. 
 | 
| NamingConvention
 Represent a naming convention (e.g. 
 | 
| NamingConventions.CamelCase | 
| NamingStrategy
 Determines how Java property names are translated to Cassandra column/field names for a mapped
 class. 
 | 
| PropertyAccessStrategy
 A strategy to determine how mapped properties are discovered, and how to access them. 
 | 
| PropertyMapper
 A pluggable component that maps Java properties to a Cassandra objects. 
 | 
| PropertyTransienceStrategy
 A strategy to determine which properties are transient, and which aren't. 
 | 
| Result
 A result set whose rows are mapped to an entity class. 
 | 
| Word
 Represents a single-individual word in a property name. 
 | 
Copyright © 2012–2020. All rights reserved.