Class EntityConcreteTypeLoader
java.lang.Object
org.hibernate.loader.ast.internal.EntityConcreteTypeLoader
Utility class that caches the SQL AST needed to read the discriminator value
associated with the provided
EntityPersister
and returns the
resolved concrete entity type.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityConcreteTypeLoader
(EntityMappingType entityDescriptor, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetConcreteType
(Object id, SharedSessionContractImplementor session)
-
Constructor Details
-
EntityConcreteTypeLoader
public EntityConcreteTypeLoader(EntityMappingType entityDescriptor, SessionFactoryImplementor sessionFactory)
-
-
Method Details