Interface Summary |
ClassMapping<T> |
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) |
IdentityMapping |
|
MappingConfigurationStrategy |
This interface defines a strategy for reading how
persistent properties are defined in a persistent entity. |
MappingContext |
This interface defines the overall context including all known
PersistentEntity instances and methods to obtain instances on demand |
MappingContext.Listener |
Implementors can register for events when the mapping context changes |
PersistentEntity |
Represents a persistent entity |
PersistentProperty<T> |
|
PropertyMapping<T> |
A marker interface for a property mapping which specifies
what or where a particular property is mapped to |