class |
ArrayMapping |
Mapping for an array.
|
class |
CollectionMapping |
Mapping for Collection types.
|
class |
EmbeddedPCMapping |
Mapping for a PC object embedded within another PC object (1-1 relation).
|
class |
InterfaceMapping |
Mapping for Interface fields.
|
class |
MapMapping |
SCO Mapping for Map types.
|
class |
ObjectMapping |
Mapping for Object fields.
|
class |
OptionalMapping |
Mapping for java.util.Optional.
|
class |
OracleArrayMapping |
Oracle variant of the ArrayMapping for cases where we are serialising the field into a single (BLOB/CLOB) column
|
class |
OracleCollectionMapping |
Oracle variant of the CollectionMapping for cases where we are serialising the field into a single (BLOB/CLOB) column.
|
class |
OracleMapMapping |
Oracle variant of the MapMapping for cases where we are serialising the field into a single (BLOB/CLOB) column.
|
class |
PersistableIdMapping |
Maps to identity objects of persistable values.
|
class |
PersistableMapping |
Maps a field storing a persistable object.
|
class |
ReferenceIdMapping |
Maps to identity objects of reference values.
|
class |
ReferenceMapping |
Mapping for a "reference" type.
|
class |
SerialisedLocalFileMapping |
Mapping where we want to serialise a (Serializable) field to a local file.
|
class |
SingleCollectionMapping |
Maps single collection elements as 1-1 instead of 1-N, by wrapping and reusing the JavaTypeMappings and member metadata of the element types.
|