Package org.hibernate.persister.entity
Interface DiscriminatorMetadata
-
public interface DiscriminatorMetadata
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 Modifier and Type Method Description Type
getResolutionType()
Get the type used to resolve the actual discriminator value.
-
-
-
Method Detail
-
getResolutionType
Type getResolutionType()
Get the type used to resolve the actual discriminator value.- Returns:
- The resolution type.
-
-