| Package | Description |
|---|---|
| com.centit.support.database.metadata | |
| com.centit.support.database.orm |
| Modifier and Type | Method and Description |
|---|---|
SimpleTableField |
SimpleTableInfo.findFieldByColumn(String name)
根据属性名查找 字段信息
|
SimpleTableField |
SimpleTableInfo.findFieldByName(String name)
根据属性名查找 字段信息
|
| Modifier and Type | Method and Description |
|---|---|
List<SimpleTableField> |
SimpleTableInfo.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTableInfo.addColumn(SimpleTableField column) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTableInfo.setColumns(List<SimpleTableField> columns) |
| Modifier and Type | Method and Description |
|---|---|
SimpleTableField |
TableMapInfo.fetchGeneratedKey() |
SimpleTableField |
TableMapInfo.getEmbeddedIdField() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableMapInfo.appendOrderBy(SimpleTableField column,
String orderBy) |
Object |
TableMapInfo.getObjectFieldValue(Object object,
SimpleTableField field) |
void |
TableMapInfo.setEmbeddedIdField(SimpleTableField embeddedIdField) |
void |
TableMapInfo.setObjectFieldValue(Object object,
SimpleTableField field,
Object newValue) |
Copyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.