Class | Description |
---|---|
Mapper<T> |
An object handling the mapping of a particular class.
|
Mapper.Option |
An option for a mapper operation.
|
MappingManager |
Mapping manager from which to obtain entity mappers.
|
Result<T> |
A
ResultSet mapped to an entity class. |
UDTMapper<T> |
An object handling the mapping of a particular class to a UDT.
|
Enum | Description |
---|---|
EnumType |
The types of way to persist a JAVA Enum.
|