跳过导航链接
A B C D E F G J L M P R S T U 

A

autowiredAnnotationBeanPostProcessor() - 类 中的方法com.centit.framework.jdbc.config.JdbcConfig
 

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(Collection<String>, T, Map<String, Object>) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
batchUpdateObject(String[], T, Map<String, Object>) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
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

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.config - 程序包 com.centit.framework.jdbc.config
 
com.centit.framework.jdbc.dao - 程序包 com.centit.framework.jdbc.dao
 
com.centit.framework.jdbc.service - 程序包 com.centit.framework.jdbc.service
 

D

DatabaseOptUtils - com.centit.framework.jdbc.dao中的类
意图将BaseDao中公共的部分独立出来,减少类的函数数量, 因为每一个继承BaseDaoImpl的类都有这些函数,而这些行数基本上都是一样的
DatabaseOptUtils() - 类 的构造器com.centit.framework.jdbc.dao.DatabaseOptUtils
 
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(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
 
deleteObjectsByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
deleteObjectsForceByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
doExecuteNamedSql(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.jdbc.dao.DatabaseOptUtils
 
doExecuteSql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.jdbc.dao.DatabaseOptUtils
 
doExecuteSql(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.jdbc.dao.DatabaseOptUtils
 

E

encapsulateFilterToSql(String) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 

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
 
fetchObjectReferences(T) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
filterField - 类 中的变量com.centit.framework.jdbc.dao.BaseDaoImpl
 

G

getConnection() - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
Get a JDBC Connection, either from the current transaction or a new one.
getDataSource() - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
getExtendFilterQuerySql() - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
getFilterField() - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
getFilterFieldWithPretreatment(Map<String, String>) - 类 中的静态方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
getFilterQuerySql() - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
getJdbcTemplate() - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
getObjectById(PK) - 接口 中的方法com.centit.framework.jdbc.dao.BaseDao
 
getObjectById(Object) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
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.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(Object) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
getObjectCascadeShallowById(Object) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
getObjectIncludeLazyById(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
 

J

JdbcConfig - com.centit.framework.jdbc.config中的类
 
JdbcConfig() - 类 的构造器com.centit.framework.jdbc.config.JdbcConfig
 
jdbcTemplate - 类 中的变量com.centit.framework.jdbc.dao.BaseDaoImpl
 

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() - 类 中的方法com.centit.framework.jdbc.service.BaseEntityManagerImpl
查找表中的所有记录, 包括禁用的 isValid = 'F' 的记录, 如果没有isValid这个字段也可以使用
listObjectsAsJson(Map<String, Object>, PageDesc) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
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
 
listObjectsByProperty(String, Object) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
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, 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(Map<String, Object>, PageDesc) - 接口 中的方法com.centit.framework.jdbc.service.BaseEntityManager
查询数据库,只能查询Po对应的表
listObjectsBySqlAsJson(String, Map<String, Object>, PageDesc) - 接口 中的方法com.centit.framework.jdbc.service.BaseEntityManager
查询数据库,可以查询任意表
listObjectsBySqlAsJson(Map<String, Object>, PageDesc) - 类 中的方法com.centit.framework.jdbc.service.BaseEntityManagerImpl
 
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.service.BaseEntityManagerImpl
 

M

mergeObject(T) - 接口 中的方法com.centit.framework.jdbc.dao.BaseDao
 
mergeObject(T) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
mergeObject(T) - 接口 中的方法com.centit.framework.jdbc.service.BaseEntityManager
保存泛型参数对象
mergeObject(T) - 类 中的方法com.centit.framework.jdbc.service.BaseEntityManagerImpl
保存泛型参数对象

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
这个函数仅仅是为了兼容mybatis版本中的查询
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
这个函数仅仅是为了兼容mybatis版本中的查询
persistenceExceptionTranslationPostProcessor() - 类 中的方法com.centit.framework.jdbc.config.JdbcConfig
 

R

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.

S

saveNewObject(T) - 接口 中的方法com.centit.framework.jdbc.dao.BaseDao
 
saveNewObject(T) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
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
 
saveObjectReferences(T) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
 
setBaseDao(D) - 类 中的方法com.centit.framework.jdbc.service.BaseEntityManagerImpl
 
setDataSource(DataSource) - 类 中的方法com.centit.framework.jdbc.dao.BaseDaoImpl
Set the JDBC DataSource to obtain connections from.

T

transactionManager(DataSource) - 类 中的方法com.centit.framework.jdbc.config.JdbcConfig
 
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(T) - 接口 中的方法com.centit.framework.jdbc.service.BaseEntityManager
更新泛型参数对象
updateObject(T) - 类 中的方法com.centit.framework.jdbc.service.BaseEntityManagerImpl
更新泛型参数对象
A B C D E F G J L M P R S T U 
跳过导航链接

Copyright © 2017 江苏南大先腾信息产业股份有限公司. All rights reserved.