public interface ClassMapping<T extends Entity>
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 Params | Return Type | Name and description |
---|---|---|
|
public PersistentEntity |
getEntity() Obtains the PersistentEntity for this class mapping |
|
public IdentityMapping |
getIdentifier() Returns details of the identifier used for this class |
|
public 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.