Package org.hibernate.metamodel.mapping

Interface SqlTypedMapping

    • Method Detail

      • getColumnDefinition

        @NullableString getColumnDefinition()
      • getLength

        @NullableLong getLength()
      • getPrecision

        @NullableInteger getPrecision()
      • getScale

        @NullableInteger getScale()
      • getTemporalPrecision

        @NullableInteger getTemporalPrecision()
      • isLob

        default boolean isLob()
      • toSize

        default Size toSize()