Entity
Interfaces, Classes, Traits and Enums
- EntityPersister
- Entity persister interface Define the behavior that should be implemented by all entity persisters.
- AbstractEntityInheritancePersister
- Base class for entity persisters that implement a certain inheritance mapping strategy.
- BasicEntityPersister
- A BasicEntityPersister maps an entity to a single table in a relational database.
- CachedPersisterContext
- A swappable persister context to use as a container for the current generated query/resultSetMapping/type binding information.
- JoinedSubclassPersister
- The joined subclass persister maps a single entity instance to several tables in the database as it is defined by the <tt>Class Table Inheritance</tt> strategy.
- SingleTablePersister
- Persister for entities that participate in a hierarchy mapped with the SINGLE_TABLE strategy.