Interface EntityDiscriminatorMapping.DiscriminatorValueDetails

    • Method Detail

      • getValue

        Object getValue()
        The discriminator value
      • getSqlLiteralValue

        Object getSqlLiteralValue()
        The SQL literal representation of the discriminator value. E.g. for Strings, this would be the fully SQL-quoted form.
      • getIndicatedEntity

        EntityMappingType getIndicatedEntity()
        The concrete entity-type mapped to this discriminator value