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 Detail

      • getResolutionType

        Type getResolutionType()
        Get the type used to resolve the actual discriminator value.
        Returns:
        The resolution type.