Interface ColumnWrapper

    • Method Detail

      • getWrappedObject

        org.hibernate.mapping.Column getWrappedObject()
        Specified by:
        getWrappedObject in interface Wrapper
      • getSqlTypeCode

        Integer getSqlTypeCode()
      • getSqlType

        String getSqlType()
      • getLength

        Long getLength()
      • getDefaultLength

        int getDefaultLength()
      • getPrecision

        Integer getPrecision()
      • getDefaultPrecision

        int getDefaultPrecision()
      • getDefaultScale

        int getDefaultScale()
      • isNullable

        boolean isNullable()
      • getValue

        org.hibernate.mapping.Value getValue()
      • isUnique

        boolean isUnique()
      • getSqlType

        String getSqlType​(org.hibernate.cfg.Configuration configuration)
      • setSqlType

        void setSqlType​(String sqlType)