您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
I
J
L
M
P
R
S
T
U
A
addColumn(String, TableField)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
B
BaseDao
<
T
extends
Serializable
,
PK
extends
Serializable
> -
com.centit.framework.jdbc.dao
中的接口
baseDao
- 类 中的变量com.centit.framework.jdbc.service.
BaseEntityManagerImpl
对应的Dao层对象
BaseDaoImpl
<
T
extends
Serializable
,
PK
extends
Serializable
> -
com.centit.framework.jdbc.dao
中的类
BaseDaoImpl()
- 类 的构造器com.centit.framework.jdbc.dao.
BaseDaoImpl
BaseEntityManager
<
T
extends
Serializable
,
PK
extends
Serializable
> -
com.centit.framework.jdbc.service
中的接口
BaseEntityManagerImpl
<
T
extends
Serializable
,
PK
extends
Serializable
,
D
extends
BaseDaoImpl
<
T
,
PK
>> -
com.centit.framework.jdbc.service
中的类
数据库的基本操作工具类 基本上是对Dao进行再一次简单的封装 注解Manager,添加默认事务
BaseEntityManagerImpl()
- 类 的构造器com.centit.framework.jdbc.service.
BaseEntityManagerImpl
batchDeleteObjects(BaseDaoImpl<?, ?>, Collection<? extends Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
批量删除对象
batchMergeObjects(BaseDaoImpl<?, ?>, Collection<? extends Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
保存或者更新任意对象 ,每次都先判断是否存在
batchSaveNewObjects(BaseDaoImpl<?, ?>, Collection<? extends Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
保存任意对象
batchUpdateObject(BaseDaoImpl<?, ?>, Collection<String>, T, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
批量修改对象
batchUpdateObject(BaseDaoImpl<?, ?>, String[], T, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
批量修改对象
batchUpdateObject(BaseDaoImpl<?, ?>, Class<?>, Map<String, Object>, Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
批量修改 对象
batchUpdateObjects(BaseDaoImpl<?, ?>, Collection<? extends Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
更新任意对象
buildDefaultFieldFilterSql()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
buildFieldFilterSql(String, boolean)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
每个dao都需要重载这个函数已获得自定义的查询条件,否则listObjects、pageQuery就等价与listObjectsByProperties 根据 getFilterField 中的内容初始化
C
callFunction(BaseDaoImpl<?, ?>, String, int, Object...)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
callProcedure(BaseDaoImpl<?, ?>, String, Object...)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
com.centit.framework.jdbc.dao
- 程序包 com.centit.framework.jdbc.dao
com.centit.framework.jdbc.service
- 程序包 com.centit.framework.jdbc.service
createSequence(String)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
createTable(TableInfo)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
D
DatabaseOptUtils
-
com.centit.framework.jdbc.dao
中的类
意图将BaseDao中公共的部分独立出来,减少类的函数数量, 因为每一个继承BaseDaoImpl的类都有这些函数,而这些行数基本上都是一样的
DatabaseOptUtils()
- 类 的构造器com.centit.framework.jdbc.dao.
DatabaseOptUtils
DDLOperationsWork
-
com.centit.framework.jdbc.dao
中的类
DDLOperationsWork()
- 类 的构造器com.centit.framework.jdbc.dao.
DDLOperationsWork
DDLOperationsWork(BaseDaoImpl<?, ?>)
- 类 的构造器com.centit.framework.jdbc.dao.
DDLOperationsWork
deleteObject(T)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
deleteObject(T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
deleteObject(T)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
删除泛型参数对象
deleteObject(T)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
删除泛型参数对象
deleteObjectById(PK)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
deleteObjectById(Object)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
deleteObjectById(Object)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
deleteObjectById(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
deleteObjectById(PK)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
根据主键删除泛型参数对象
deleteObjectById(PK)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
根据主键删除泛型参数对象
deleteObjectForce(T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
deleteObjectForceById(Object)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
deleteObjects(JSONArray)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
deleteObjectsAsTabulation(String, Object)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
deleteObjectsAsTabulation(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
deleteObjectsByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
deleteObjectsByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
deleteObjectsForceByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
doExecuteNamedSql(BaseDaoImpl<?, ?>, String, Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
doExecuteNamedSql(String, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
doExecuteSql(BaseDaoImpl<?, ?>, String)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
doExecuteSql(BaseDaoImpl<?, ?>, String, Object[])
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
doExecuteSql(String)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
doExecuteSql(String, Object[])
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
dropColumn(String, String)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
dropTable(String)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
E
enableDefaultFilter()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
是否为每一个没有配置 filterField 配置过滤条件的属性自动配置一个 equal 类型的过滤条件
encapsulateFilterToSql(String)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
execute(JsonObjectDao)
- 接口 中的方法com.centit.framework.jdbc.dao.
JsonDaoExecuteWork
executeRealWork(JsonDaoExecuteWork<T>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
F
fetchObjectLazyColumn(T, String)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
fetchObjectLazyColumns(T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
fetchObjectReference(T, String)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
fetchObjectReference(BaseDaoImpl<?, ?>, T, String)
- 类 中的方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
fetchObjectReferences(T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
fetchObjectReferences(BaseDaoImpl<?, ?>, T)
- 类 中的方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
fetchObjectsCount(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
fetchSelfOrderSql(String, Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
BaseDaoImpl
querySql 用户检查order by 中的字段属性 对应的查询标识 比如, select a+b as ab from table 在 filterMap 中的 CodeBook.TABLE_SORT_FIELD (sort) 为 ab 字段 返回的排序语句为 a+b
filterField
- 类 中的变量com.centit.framework.jdbc.dao.
BaseDaoImpl
findObjectsAsJSON(String, Object[], String[])
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
findObjectsAsJSON(String, Object[], String[], int, int)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
findObjectsByNamedSql(String, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
findObjectsByNamedSql(String, Map<String, Object>, int, int)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
findObjectsByNamedSqlAsJSON(String, Map<String, Object>, String[])
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
findObjectsByNamedSqlAsJSON(String, Map<String, Object>, String[], int, int)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
findObjectsBySql(String, Object[])
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
findObjectsBySql(String, Object[], int, int)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
G
getConnection()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
Get a JDBC Connection, either from the current transaction or a new one.
getCurrentDao()
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
getDataSource()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
获取数据源 这个一般不要使用
getDDLOperations()
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
getExtendFilterQuerySql()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
可以在外部注入查询语句来屏蔽内部标量getFilterField中定义的查询语句
getFilterField()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
每个dao都要初始化filterField这个对象,在 getFilterField 初始化,并且返回
getFilterFieldWithPretreatment(Map<String, String>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
BaseDaoImpl
getFilterQuerySql()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
getJdbcTemplate()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
获取spring jdbc 的 jdbcTemplate
getObjectById(PK)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
getObjectById(Object)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
getObjectById(Object)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
getObjectById(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
getObjectById(PK)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
根据对象的主键 获得数据库中对应的对象信息
getObjectById(PK)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
根据对象的主键 获得数据库中对应的对象信息
getObjectByProperties(Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
getObjectByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
getObjectByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
getObjectByProperties(Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
根据多个属性返回唯一对象
getObjectByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
根据多个属性返回唯一对象
getObjectByProperty(String, Object)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
根据唯一属性值返回对象
getObjectByProperty(String, Object)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
根据唯一属性值返回对象
getObjectBySqlAsJson(BaseDaoImpl<?, ?>, String, Object[], String[])
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getObjectBySqlAsJson(BaseDaoImpl<?, ?>, String, Object[])
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getObjectBySqlAsJson(BaseDaoImpl<?, ?>, String, Map<String, Object>, String[])
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getObjectBySqlAsJson(BaseDaoImpl<?, ?>, String, Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getObjectBySqlAsJson(BaseDaoImpl<?, ?>, String)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getObjectCascadeById(BaseDaoImpl<?, ?>, Object, Class<T>)
- 类 中的方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getObjectCascadeShallowById(BaseDaoImpl<?, ?>, Object, Class<T>)
- 类 中的方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getObjectIncludeLazyById(Object)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
getObjectWithReferences(Object)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
getPkClass()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
getPoClass()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
getScalarObjectQuery(BaseDaoImpl<?, ?>, String, Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getScalarObjectQuery(BaseDaoImpl<?, ?>, String, Object[])
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getScalarObjectQuery(BaseDaoImpl<?, ?>, String)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getScalarObjectQuery(BaseDaoImpl<?, ?>, String, Object)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getSequenceNextValue(String)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
getSequenceNextValue(BaseDaoImpl<?, ?>, String)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
getSequenceNextValue(String)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
getTableInfo()
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
I
insertObjectsAsTabulation(JSONArray)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
J
jdbcTemplate
- 类 中的变量com.centit.framework.jdbc.dao.
BaseDaoImpl
JsonDaoExecuteWork
<
T
> -
com.centit.framework.jdbc.dao
中的接口
JsonObjectWork
-
com.centit.framework.jdbc.dao
中的类
JsonObjectWork()
- 类 的构造器com.centit.framework.jdbc.dao.
JsonObjectWork
JsonObjectWork(TableInfo)
- 类 的构造器com.centit.framework.jdbc.dao.
JsonObjectWork
JsonObjectWork(BaseDaoImpl<?, ?>, TableInfo)
- 类 的构造器com.centit.framework.jdbc.dao.
JsonObjectWork
L
listObjects(Map<String, Object>, PageDesc)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
listObjects()
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
listObjects()
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
查询所有数据
listObjects(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
根据设定的条件查询数据对象
listObjects()
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
查找表中的所有记录, 包括禁用的 isValid = 'F' 的记录, 如果没有isValid这个字段也可以使用
listObjects(Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
根据过滤条件筛选
listObjects()
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
查找表中的所有记录, 包括禁用的 isValid = 'F' 的记录, 如果没有isValid这个字段也可以使用
listObjects(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
listObjectsAsJson(Map<String, Object>, Collection<String>, PageDesc)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
根据 前端传入的参数 驱动查询
listObjectsAsJson(Map<String, Object>, PageDesc)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
listObjectsAsJson(Map<String, Object>, PageDesc)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
查询数据库,只能查询Po对应的表
listObjectsAsJson(Map<String, Object>, PageDesc)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
listObjectsByFilter(String, Object[])
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
根据条件查询对象
listObjectsByFilter(String, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
根据条件查询对象
listObjectsByFilter(String, Object[], PageDesc)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
已过时。
listObjectsByFilter(String, Map<String, Object>, PageDesc)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
已过时。
listObjectsByFilterAsJson(String, Map<String, Object>, PageDesc)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
listObjectsByFilterAsJson(String, Object[], PageDesc)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
listObjectsByParamsDriverSqlAsJson(BaseDaoImpl<?, ?>, String, String[], String, Map<String, Object>, PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsByParamsDriverSqlAsJson(BaseDaoImpl<?, ?>, String, String[], Map<String, Object>, PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsByParamsDriverSqlAsJson(BaseDaoImpl<?, ?>, String, String[], Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsByParamsDriverSqlAsJson(BaseDaoImpl<?, ?>, String, String, Map<String, Object>, PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsByParamsDriverSqlAsJson(BaseDaoImpl<?, ?>, String, Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsByParamsDriverSqlAsJson(BaseDaoImpl<?, ?>, String, Map<String, Object>, PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsByProperties(Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
listObjectsByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
listObjectsByProperties(Map<String, Object>, PageDesc)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
listObjectsByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
listObjectsByProperties(Map<String, Object>, int, int)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
listObjectsByProperties(Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
根据属性筛选 严格等于
listObjectsByProperties(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
listObjectsByProperty(String, Object)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
listObjectsByProperty(String, Object)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
根据属性筛选 严格等于
listObjectsByProperty(String, Object)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
listObjectsBySql(String, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, String[], String, Map<String, Object>, PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, String[], Map<String, Object>, PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, String[], Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, String, Map<String, Object>, PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, Map<String, Object>)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, Map<String, Object>, PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, String[], String, Object[], PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, String[], Object[])
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, String[], Object[], PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, String, Object[], PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, Object[], String[])
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, Object[])
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(BaseDaoImpl<?, ?>, String, Object[], PageDesc)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
listObjectsBySqlAsJson(String, Map<String, Object>, PageDesc)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
查询数据库,可以查询任意表
listObjectsBySqlAsJson(String, Map<String, Object>, PageDesc)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
logger
- 类 中的静态变量com.centit.framework.jdbc.dao.
BaseDaoImpl
logger
- 类 中的静态变量com.centit.framework.jdbc.dao.
DatabaseOptUtils
logger
- 类 中的静态变量com.centit.framework.jdbc.dao.
DDLOperationsWork
logger
- 类 中的静态变量com.centit.framework.jdbc.dao.
JsonObjectWork
logger
- 类 中的变量com.centit.framework.jdbc.service.
BaseEntityManagerImpl
M
makeAddColumnSql(String, TableField)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
makeCreateSequenceSql(String)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
makeCreateTableSql(TableInfo)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
makeDropColumnSql(String, String)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
makeDropTableSql(String)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
makeModifyColumnSql(String, TableField, TableField)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
makeReconfigurationColumnSqls(String, String, TableField)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
makeRenameColumnSql(String, String, TableField)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
mapFieldToColumnPiece(String, String)
- 类 中的静态方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
在sql语句中找到属性对应的字段语句
mergeObject(T)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
mergeObject(T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
mergeObject(Collection<String>, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
更改部分属性
mergeObject(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
mergeObject(T)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
保存泛型参数对象
mergeObject(T)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
保存泛型参数对象
modifyColumn(String, TableField, TableField)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
P
pageCount(String, Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
pageCount(Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
pageCount(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
已过时。
pageQuery(String, Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
pageQuery(Map<String, Object>)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
pageQuery(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
已过时。
parseParameter(String)
- 类 中的静态方法com.centit.framework.jdbc.dao.
BaseDaoImpl
分析参数,这个主要用于解释,分析参数前面括号中的预处理标识
R
reconfigurationColumn(String, String, TableField)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
releaseConnection(Connection)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
Close the given JDBC Connection, created via this DAO's DataSource, if it isn't bound to the thread.
renameColumn(String, String, TableField)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
replaceObjectsAsTabulation(JSONArray, JSONArray)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
replaceObjectsAsTabulation(JSONArray, String, Object)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
replaceObjectsAsTabulation(JSONArray, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
S
saveNewObject(T)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
saveNewObject(T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
saveNewObject(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
saveNewObject(T)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
保存泛型参数对象
saveNewObject(T)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
保存泛型参数对象
saveObjectReference(T, String)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
saveObjectReference(BaseDaoImpl<?, ?>, T, String)
- 类 中的方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
saveObjectReferences(T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
saveObjectReferences(BaseDaoImpl<?, ?>, T)
- 类 中的方法com.centit.framework.jdbc.dao.
DatabaseOptUtils
setBaseDao(BaseDaoImpl<?, ?>)
- 类 中的方法com.centit.framework.jdbc.dao.
DDLOperationsWork
setBaseDao(BaseDaoImpl<?, ?>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
setBaseDao(D)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
setDataSource(DataSource)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
Set the JDBC DataSource to obtain connections from.
setTableInfo(TableInfo)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
T
translatePropertyNameToColumnName(TableMapInfo, String, String)
- 类 中的静态方法com.centit.framework.jdbc.dao.
BaseDaoImpl
U
updateObject(T)
- 接口 中的方法com.centit.framework.jdbc.dao.
BaseDao
updateObject(T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
updateObject(Collection<String>, T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
只更改对象的部分属性
updateObject(String[], T)
- 类 中的方法com.centit.framework.jdbc.dao.
BaseDaoImpl
只更改对象的部分属性
updateObject(Collection<String>, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
更改部分属性
updateObject(Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
updateObject(T)
- 接口 中的方法com.centit.framework.jdbc.service.
BaseEntityManager
更新泛型参数对象
updateObject(T)
- 类 中的方法com.centit.framework.jdbc.service.
BaseEntityManagerImpl
更新泛型参数对象
updateObjectsByProperties(Map<String, Object>, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
updateObjectsByProperties(Collection<String>, Map<String, Object>, Map<String, Object>)
- 类 中的方法com.centit.framework.jdbc.dao.
JsonObjectWork
根据条件批量更新 对象
A
B
C
D
E
F
G
I
J
L
M
P
R
S
T
U
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2018
江苏南大先腾信息产业股份有限公司
. All rights reserved.