Class Summary | |
---|---|
AbstractCollectionPersister | Base class for all collection persisters. |
AbstractEntityInheritancePersister | Base class for entity persisters that implement a certain inheritance mapping strategy. |
ElementCollectionPersister | Persister for collections of basic elements / value types. |
JoinedSubclassPersister | The joined subclass persister maps a single entity instance to several tables in the database as it is defined by the Class Table Inheritance strategy. |
ManyToManyPersister | Persister for many-to-many collections. |
OneToManyPersister | Persister for one-to-many collections. |
SingleTablePersister | Persister for entities that participate in a hierarchy mapped with the SINGLE_TABLE strategy. |
StandardEntityPersister | A basic entity persister that maps an entity with no (mapped) inheritance to a single table in the relational database. |
UnionSubclassPersister | A basic entity persister that maps an entity with no (mapped) inheritance to a single table in the relational database. |