Uses of Class
org.hibernate.persister.entity.AbstractEntityPersister
Packages that use AbstractEntityPersister
Package
Description
This package abstracts persistence mechanisms for entities.
-
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)