public class Entity extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Property[] |
checkProperties
Check约束字段
|
String |
className
实体类名
|
Class |
clazz
实体类对象
|
String |
comment
表注释
|
Field[] |
compositFields
Field数组(实体包类)
|
Property[] |
foreignKeyProperties
外键约束字段
|
Property |
id
Id属性
|
Property[] |
indexProperties
索引字段
|
Property[] |
properties
属性字段(排除ignore字段和实体包内字段)
|
String |
tableName
实体类表名
|
Property[] |
uniqueKeyProperties
唯一约束字段
|
| 构造器和说明 |
|---|
Entity() |
public Class clazz
public String tableName
public String className
public String comment
public Property id
public Property[] properties
public Property[] indexProperties
public Property[] uniqueKeyProperties
public Property[] checkProperties
public Property[] foreignKeyProperties
public Field[] compositFields
Copyright © 2019. All rights reserved.