Class EntityConcreteTypeLoader
- java.lang.Object
-
- org.hibernate.loader.ast.internal.EntityConcreteTypeLoader
-
public class EntityConcreteTypeLoader extends Object
Utility class that caches the SQL AST needed to read the discriminator value associated with the providedEntityPersister
and returns the resolved concrete entity type.- See Also:
ConcreteProxy
-
-
Constructor Summary
Constructors Constructor Description EntityConcreteTypeLoader(EntityMappingType entityDescriptor, SessionFactoryImplementor sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityMappingType
getConcreteType(Object id, SharedSessionContractImplementor session)
-
-
-
Constructor Detail
-
EntityConcreteTypeLoader
public EntityConcreteTypeLoader(EntityMappingType entityDescriptor, SessionFactoryImplementor sessionFactory)
-
-
Method Detail
-
getConcreteType
public EntityMappingType getConcreteType(Object id, SharedSessionContractImplementor session)
-
-