Uses of Class
org.hibernate.persister.entity.AbstractEntityPersister
-
Packages that use AbstractEntityPersister Package Description org.hibernate.persister.entity -
-
Uses of AbstractEntityPersister in org.hibernate.persister.entity
Subclasses of AbstractEntityPersister in org.hibernate.persister.entity Modifier and Type Class Description class
JoinedSubclassEntityPersister
An EntityPersister implementing the normalized "table-per-subclass" mapping strategyclass
SingleTableEntityPersister
The default implementation of the EntityPersister interface.class
UnionSubclassEntityPersister
Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy.Constructors in org.hibernate.persister.entity with parameters of type AbstractEntityPersister Constructor Description BasicEntityPropertyMapping(AbstractEntityPersister persister)
-