Uses of Class
org.hibernate.persister.entity.AbstractEntityPersister
-
Packages that use AbstractEntityPersister Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of AbstractEntityPersister in org.hibernate.persister.entity
Subclasses of AbstractEntityPersister in org.hibernate.persister.entity Modifier and Type Class Description class
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy.Methods in org.hibernate.persister.entity with parameters of type AbstractEntityPersister Modifier and Type Method Description protected static EntityVersionMapping
AbstractEntityPersister. generateVersionMapping(AbstractEntityPersister entityPersister, Supplier<?> templateInstanceCreator, PersistentClass bootModelRootEntityDescriptor, MappingModelCreationProcess creationProcess)
protected static SqmMultiTableInsertStrategy
AbstractEntityPersister. interpretSqmMultiTableInsertStrategy(AbstractEntityPersister entityMappingDescriptor, MappingModelCreationProcess creationProcess)
protected static SqmMultiTableMutationStrategy
AbstractEntityPersister. interpretSqmMultiTableStrategy(AbstractEntityPersister entityMappingDescriptor, MappingModelCreationProcess creationProcess)
Constructors in org.hibernate.persister.entity with parameters of type AbstractEntityPersister Constructor Description BasicEntityPropertyMapping(AbstractEntityPersister persister)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractEntityPersister in org.hibernate.persister.entity.mutation
Fields in org.hibernate.persister.entity.mutation declared as AbstractEntityPersister Modifier and Type Field Description protected AbstractEntityPersister
AbstractMutationCoordinator. entityPersister
Methods in org.hibernate.persister.entity.mutation that return AbstractEntityPersister Modifier and Type Method Description protected AbstractEntityPersister
AbstractMutationCoordinator. entityPersister()
Constructors in org.hibernate.persister.entity.mutation with parameters of type AbstractEntityPersister Constructor Description AbstractMutationCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory)
DeleteCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory)
InsertCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory)
UpdateCoordinatorNoOp(AbstractEntityPersister entityPersister)
UpdateCoordinatorStandard(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory)
UpdateCoordinatorStandard(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory, MutationOperationGroup staticUpdateGroup, BatchKey batchKey, MutationOperationGroup versionUpdateGroup, BatchKey versionUpdateBatchkey)
-