| 限定符和类型 | 可选元素和说明 |
|---|---|
ColumnType |
columnType
列定义信息来源,默认:字段。
|
boolean |
ignoreUnset
一个值它定义之后,再没有给它设置任何值的情况下忽略它作为查询条件(默认策略:true)
--引用类型对象,默认值为null
--short,int,long,byte,char 的默认值为 0 --float,double 的默认值为 0.0 --boolean 的默认值为 false |
String |
primaryKey
主键列。
|
String |
tableName
表名,默认为空将会使用类名的全大写作为标名。
|
public abstract String tableName
public abstract String primaryKey
public abstract ColumnType columnType
public abstract boolean ignoreUnset
--引用类型对象,默认值为null
--short,int,long,byte,char 的默认值为 0
--float,double 的默认值为 0.0
--boolean 的默认值为 false
Copyright © 2015. All rights reserved.