Package org.hibernate.persister.entity
Interface DiscriminatorMetadata
-
- All Known Implementing Classes:
MockEntityPersister
,ProcessorSessionFactory.EntityPersister
@Deprecated(since="6.2", forRemoval=true) public interface DiscriminatorMetadata
Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorMetadata,DiscriminatorType
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter
Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Type
getResolutionType()
Deprecated, for removal: This API element is subject to removal in a future version.Get the type used to resolve the actual discriminator value.
-
-
-
Method Detail
-
getResolutionType
Type getResolutionType()
Deprecated, for removal: This API element is subject to removal in a future version.Get the type used to resolve the actual discriminator value.- Returns:
- The resolution type.
-
-