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 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)
-