限定符和类型 | 方法和说明 |
---|---|
static String |
ConvertUtil.toJavaType(PropertyVO propertyVO)
把属性对象类型转Entity属性类型
|
限定符和类型 | 方法和说明 |
---|---|
static void |
ConvertUtil.toJavaProperties(EntityVO entityVO,
List<PropertyVO> javaProperties) |
限定符和类型 | 方法和说明 |
---|---|
ApiResult<Pager<PropertyVO>> |
TableController.getTableFields(String table)
获取数据表的字段
|
ApiResult<List<PropertyVO>> |
TableController.listField(String tableName,
String datasourceName)
根据表名获取字段列表
|
限定符和类型 | 字段和说明 |
---|---|
static Map<String,Map<String,PropertyVO>> |
EntityExtCache.ENTITY_EXT_CACHE
存储数据表结构类型
|
限定符和类型 | 方法和说明 |
---|---|
PropertyVO |
EntityExtCache.get(String extendName,
String propertyName) |
限定符和类型 | 方法和说明 |
---|---|
List<PropertyVO> |
EntityExtCache.get(String extendName) |
限定符和类型 | 方法和说明 |
---|---|
List<PropertyVO> |
EntityExtService.list() |
限定符和类型 | 方法和说明 |
---|---|
PropertyVO |
BaseTableScriptCreator.getProperty(String tableName,
String fieldName) |
限定符和类型 | 方法和说明 |
---|---|
abstract String |
BaseTableScriptCreator.alterField(PropertyVO propertyVO) |
abstract String |
BaseTableScriptCreator.createIndexKey(PropertyVO propertyVO) |
abstract String |
BaseTableScriptCreator.createPrimaryKey(PropertyVO propertyVO) |
abstract String |
BaseTableScriptCreator.dropIndexKey(PropertyVO propertyVO) |
abstract String |
BaseTableScriptCreator.getMappingType(PropertyVO propertyVO) |
boolean |
BaseTableScriptCreator.isEqualsProperty(PropertyVO propertyVO) |
boolean |
BaseTableScriptCreator.isEqualsProperty(PropertyVO xmlProperty,
PropertyVO fieldPropertyVO) |
abstract boolean |
BaseTableScriptCreator.isExistIndexKey(PropertyVO propertyVO) |
限定符和类型 | 方法和说明 |
---|---|
PropertyVO |
TableScriptInterface.getProperty(String tableName,
String fieldName)
获取数据字表字段
|
限定符和类型 | 方法和说明 |
---|---|
Map<String,PropertyVO> |
TableScriptInterface.getProperties(String tableName) |
限定符和类型 | 方法和说明 |
---|---|
String |
TableScriptInterface.alterField(PropertyVO propertyVO) |
String |
TableScriptInterface.createField(PropertyVO propertyVO)
创建字段
|
String |
TableScriptInterface.createPrimaryKey(PropertyVO propertyVO) |
String |
TableScriptInterface.dropField(PropertyVO propertyVO) |
String |
TableScriptInterface.getMappingType(PropertyVO propertyVO) |
boolean |
TableScriptInterface.isEqualsProperty(PropertyVO propertyVO)
判断字段类型、长度是否一致
|
boolean |
TableScriptInterface.isEqualsProperty(PropertyVO xmlProperty,
PropertyVO fieldPropertyVO) |
限定符和类型 | 方法和说明 |
---|---|
Map<String,PropertyVO> |
Mssql2000TableScriptCreator.getProperties(String tableName) |
限定符和类型 | 方法和说明 |
---|---|
String |
Mssql2000TableScriptCreator.alterField(PropertyVO propertyVO)
修改字段类型、长度
|
String |
Mssql2000TableScriptCreator.createField(PropertyVO propertyVO) |
String |
Mssql2000TableScriptCreator.createIndexKey(PropertyVO propertyVO) |
String |
Mssql2000TableScriptCreator.createPrimaryKey(PropertyVO propertyVO) |
String |
Mssql2000TableScriptCreator.dropField(PropertyVO propertyVO) |
String |
Mssql2000TableScriptCreator.dropIndexKey(PropertyVO propertyVO) |
String |
Mssql2000TableScriptCreator.getMappingType(PropertyVO propertyVO) |
boolean |
Mssql2000TableScriptCreator.isExistIndexKey(PropertyVO propertyVO) |
限定符和类型 | 方法和说明 |
---|---|
Map<String,PropertyVO> |
MysqlTableScriptCreator.getProperties(String tableName) |
限定符和类型 | 方法和说明 |
---|---|
String |
MysqlTableScriptCreator.alterField(PropertyVO propertyVO) |
String |
MysqlTableScriptCreator.createField(PropertyVO propertyVO) |
String |
MysqlTableScriptCreator.createIndexKey(PropertyVO propertyVO) |
String |
MysqlTableScriptCreator.createPrimaryKey(PropertyVO propertyVO) |
String |
MysqlTableScriptCreator.dropField(PropertyVO propertyVO) |
String |
MysqlTableScriptCreator.dropIndexKey(PropertyVO propertyVO) |
String |
MysqlTableScriptCreator.getMappingType(PropertyVO propertyVO) |
boolean |
MysqlTableScriptCreator.isExistIndexKey(PropertyVO propertyVO) |
限定符和类型 | 方法和说明 |
---|---|
static void |
DataTypeValidateUtil.validateDate(PropertyVO propertyVO,
Object value) |
static void |
DataTypeValidateUtil.validateFloat(PropertyVO propertyVO,
Object value) |
static void |
DataTypeValidateUtil.validateInteger(PropertyVO propertyVO,
Object value) |
限定符和类型 | 类和说明 |
---|---|
class |
FormPropertyVO
表单列配置
|
限定符和类型 | 类和说明 |
---|---|
class |
GridPropertyVO
网列列表的属性定义
|
Copyright © 2025. All rights reserved.