模块 org.redkale

类 EntityColumn


  • public class EntityColumn
    extends Object
    作者:
    zhangjx
    • 构造器详细资料

    • 方法详细资料

      • isPrimary

        public boolean isPrimary()
      • getField

        public String getField()
      • getColumn

        public String getColumn()
      • getType

        public Class getType()
      • getComment

        public String getComment()
      • isNullable

        public boolean isNullable()
      • isUnique

        public boolean isUnique()
      • getLength

        public int getLength()
      • getPrecision

        public int getPrecision()
      • getScale

        public int getScale()