Package org.hibernate.persister.entity
Interface DiscriminatorMetadata
- All Known Implementing Classes:
MockEntityPersister
,ProcessorSessionFactory.EntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Provides the information needed to properly handle type discrimination
in HQL queries, either by 'something.class' or 'type(something)' references.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the type used to resolve the actual discriminator value.
-
Method Details
-
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.
-
DiscriminatorType
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter