- java.lang.Object
 - 
- org.redkale.source.EntityColumn
 
 
- 
public class EntityColumn extends Object
- 作者:
 - zhangjx
 
 
- 
- 
构造器概要
构造器 构造器 说明 EntityColumn(boolean primary, boolean camelCase, Column col, String name, Class type, Comment comment) 
 - 
 
- 
- 
方法详细资料
- 
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()
 
 - 
 
 -