public class Property extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
column
列名
|
String |
columnType
数据库类型
|
String |
comment
注释
|
String |
customType
自定义类型
|
String |
defaultValue
默认值
|
Field |
field
Field对象
|
ForeignKey |
foreignKey
外键关联
|
boolean |
id
是否是id
|
boolean |
index
是否建立索引
|
String |
name
属性名
|
boolean |
notNull
是否非空
|
String |
type
类型(简单类名)
|
boolean |
unique
是否唯一
|
| 构造器和说明 |
|---|
Property() |
public String column
public String columnType
public String customType
public String name
public String type
public boolean index
public boolean unique
public boolean notNull
public boolean id
public String defaultValue
public String comment
public ForeignKey foreignKey
public Field field
Copyright © 2019. All rights reserved.