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 and MetaType have been consolidated into EntityDiscriminatorMapping and DiscriminatorConverter
Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.
  • Method Summary

    Modifier and Type
    Method
    Description
    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 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.