接口 TypeDiscriminatorMetadata


  • public interface TypeDiscriminatorMetadata
    Essentially a wrapper around a DiscriminatorMetadata and the proper sql alias to use.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getSqlFragment

        String getSqlFragment()
        Get the sql fragment that is used to determine the actual discriminator value for a row.
        返回:
        The fragment
      • getResolutionType

        Type getResolutionType()
        Get the type used to resolve the actual discriminator value resulting from getSqlFragment() back into a Class reference.
        返回:
        The resolution type.