package

com.netflix.astyanax.mapping

Interfaces

AnnotationSet<ID extends Annotation, COLUMN extends Annotation> Allows for any annotations to be used to mark columns in a bean  

Classes

DefaultAnnotationSet The default annotation set. 
FakeKeyspaceBean  
Mapping<T>

Utility for doing object/relational mapping between bean-like instances and Cassandra

The mapper stores values in Cassandra and maps in/out to native types. 

MappingCache Utility to cache mappers. 
MappingUtil Higher level mapping functions. 
TestMapping