Uses of Class
org.hibernate.persister.entity.AbstractEntityPersister
Packages that use AbstractEntityPersister
Package
Description
This package abstracts persistence mechanisms for entities.
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.entityModifier and TypeClassDescriptionclassAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.Methods in org.hibernate.persister.entity with parameters of type AbstractEntityPersisterModifier and TypeMethodDescriptionprotected static EntityVersionMappingAbstractEntityPersister.generateVersionMapping(AbstractEntityPersister entityPersister, Supplier<?> templateInstanceCreator, PersistentClass bootModelRootEntityDescriptor, MappingModelCreationProcess creationProcess) protected static SqmMultiTableInsertStrategyAbstractEntityPersister.interpretSqmMultiTableInsertStrategy(AbstractEntityPersister entityMappingDescriptor, MappingModelCreationProcess creationProcess) protected static SqmMultiTableMutationStrategyAbstractEntityPersister.interpretSqmMultiTableStrategy(AbstractEntityPersister entityMappingDescriptor, MappingModelCreationProcess creationProcess) Constructors in org.hibernate.persister.entity with parameters of type AbstractEntityPersisterModifierConstructorDescriptionDeprecated, 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 AbstractEntityPersisterModifier and TypeFieldDescriptionprotected final AbstractEntityPersisterAbstractMutationCoordinator.entityPersisterMethods in org.hibernate.persister.entity.mutation that return AbstractEntityPersisterModifier and TypeMethodDescriptionprotected AbstractEntityPersisterAbstractMutationCoordinator.entityPersister()Methods in org.hibernate.persister.entity.mutation with parameters of type AbstractEntityPersisterModifier and TypeMethodDescriptionprotected static voidAbstractMutationCoordinator.applyKeyRestriction(Object rowId, AbstractEntityPersister entityPersister, RestrictedTableMutationBuilder<?, ?> tableMutationBuilder, EntityTableMapping tableMapping) protected static booleanAbstractMutationCoordinator.needsRowId(AbstractEntityPersister entityPersister, EntityTableMapping tableMapping) Constructors in org.hibernate.persister.entity.mutation with parameters of type AbstractEntityPersisterModifierConstructorDescriptionAbstractDeleteCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) AbstractMutationCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) DeleteCoordinatorSoft(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) DeleteCoordinatorStandard(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) InsertCoordinatorStandard(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) MergeCoordinator(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) UpdateCoordinatorNoOp(AbstractEntityPersister entityPersister) UpdateCoordinatorStandard(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory) protectedUpdateCoordinatorStandard(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory, MutationOperationGroup staticUpdateGroup, BatchKey batchKey, MutationOperationGroup versionUpdateGroup, BatchKey versionUpdateBatchkey)