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 classJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping 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 EntityVersionMappingAbstractEntityPersister. generateVersionMapping(AbstractEntityPersister entityPersister, Supplier<?> templateInstanceCreator, PersistentClass bootModelRootEntityDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)protected static SqmMultiTableInsertStrategyAbstractEntityPersister. interpretSqmMultiTableInsertStrategy(AbstractEntityPersister entityMappingDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)protected static SqmMultiTableMutationStrategyAbstractEntityPersister. interpretSqmMultiTableStrategy(AbstractEntityPersister entityMappingDescriptor, org.hibernate.metamodel.mapping.internal.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 AbstractEntityPersisterAbstractMutationCoordinator. entityPersisterMethods in org.hibernate.persister.entity.mutation that return AbstractEntityPersister Modifier and Type Method Description protected AbstractEntityPersisterAbstractMutationCoordinator. 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)
-