| 程序包 | 说明 |
|---|---|
| com.easycodebox.jdbc | |
| com.easycodebox.jdbc.util |
| 限定符和类型 | 方法和说明 |
|---|---|
List<PkColumn> |
Table.getPrimaryKeys() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Table.addPrimaryKey(PkColumn column) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Table.setPrimaryKeys(List<PkColumn> primaryKeys) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<PkColumn> |
AnnotateUtils.getPrimaryKeys(Class<?> entityClass)
获取entity的主键
|
Copyright © 2016. All rights reserved.