| Class | Description | 
|---|---|
| AttributeMapping | 
 Superclass of all attribute mapping classes. 
 | 
| AttributeMappingDirect | 
 Mapping class that returns information for entity attributes that are directly mapped to a table column
 The information is read from the persistenceMapping xml file as configured in
 mobile-persistence-config.properties 
 | 
| AttributeMappingOneToMany | 
 Mapping class that returns information for entity attributes that are mapped to a child collection. 
 | 
| AttributeMappingOneToOne | 
 Mapping class that returns information for entity attributes that are mapped one-to-one to another entity. 
 | 
| ClassMappingDescriptor | 
 Class that returns entity-level information about the mapping of this entity to a database table. 
 |