| Interface | Description | 
|---|---|
| HierarchyScanStrategy | A strategy to determine which ancestors of mapped classes should be scanned for mapped
 properties. | 
| MappedProperty<T> | 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)". | 
| NamingConvention | Represent a naming convention (e.g. | 
| NamingStrategy | Determines how Java property names are translated to Cassandra column/field names for a mapped
 class. | 
| PropertyMapper | A pluggable component that maps Java properties to a Cassandra objects. | 
| Class | Description | 
|---|---|
| DefaultHierarchyScanStrategy | The default  HierarchyScanStrategy. | 
| DefaultNamingStrategy | A naming strategy that builds upon two naming conventions for the Java and Cassandra side. | 
| DefaultPropertyMapper | The default  PropertyMapperused by the mapper. | 
| MappedClassesOnlyHierarchyScanStrategy | A  HierarchyScanStrategythat excludes all ancestors of mapped classes, thus restricting
 class scan to the mapped classes themselves. | 
| Mapper<T> | 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  MappingConfigurationinstances. | 
| MappingManager | Mapping manager from which to obtain entity mappers. | 
| NamingConventions | Implementations of industry common naming conventions. | 
| NamingConventions.CamelCase | |
| NamingConventions.CharDelimitedNamingConvention | |
| NamingConventions.LowerCamelCase | Represents Camel case naming convention
 with a lower cased first letter. | 
| NamingConventions.SingleWordNamingConvention | |
| NamingConventions.UpperCamelCase | Represents Camel case naming convention
 with an upper cased first letter. | 
| Result<T> | A result set whose rows are mapped to an entity class. | 
| Word | Represents a single-individual word in a property name. | 
| Enum | Description | 
|---|---|
| PropertyAccessStrategy | A strategy to determine how mapped properties are discovered, and how to access them. | 
| PropertyTransienceStrategy | A strategy to determine which properties are transient, and which aren't. | 
Copyright © 2012–2018. All rights reserved.