A class mapping is a mapping between a class and some external form such as a table, column family, or document (depending on the underlying data store).
| Type | Name and description | 
|---|---|
| PersistentEntity | getEntity()Obtains the PersistentEntity for this class mapping | 
| IdentityMapping | getIdentifier()Returns details of the identifier used for this class | 
| T | getMappedForm()Returns the mapped form of the class such as a Table, a Key Space, Document etc. | 
Obtains the PersistentEntity for this class mapping
Returns details of the identifier used for this class
Returns the mapped form of the class such as a Table, a Key Space, Document etc.