模块 org.redkale

类 EntityColumn


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

      • EntityColumn

        public EntityColumn​(boolean primary,
                            boolean camelCase,
                            Column col,
                            String name,
                            Class type,
                            Comment comment)
    • 方法详细资料

      • camelCase

        public static String camelCase​(String col)
        驼峰式字段名替换成下划线式
        参数:
        col - 驼峰式字段名
        返回:
        下划线式字段名
      • 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()