跳过导航链接
A B C D F G I J L M O R S U 

A

addColumn(String, TableField) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 

B

BaseDao - com.centit.framework.mybatis.dao中的接口
 
BaseDaoImpl - com.centit.framework.mybatis.dao中的类
MyBatis执行sql工具
BaseDaoImpl(SqlSession) - 类 的构造器com.centit.framework.mybatis.dao.BaseDaoImpl
构造方法,默认缓存MappedStatement
BaseDaoSupport - com.centit.framework.mybatis.dao中的类
 
BaseDaoSupport() - 类 的构造器com.centit.framework.mybatis.dao.BaseDaoSupport
 
baseDaoSupport - 类 中的变量com.centit.framework.mybatis.service.DaoSupportManagerImpl
 
buildLimitQuerySQL(DBType, String, int, int) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取分页语句

C

callFunction(SqlSession, String, int, Object...) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
callProcedure(SqlSession, String, Object...) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
callProcedureOutRS(Connection, String, Object...) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
执行一个Oracle存储过程 返回一个数据集,这个数据集是一个out的游标,这个参数必需为存储过程的最后一个参数
callProcedureOutRS(SqlSession, String, Object...) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
com.centit.framework.mybatis.dao - 程序包 com.centit.framework.mybatis.dao
 
com.centit.framework.mybatis.service - 程序包 com.centit.framework.mybatis.service
 
createBaseDao() - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoSupport
 
createDao(Connection) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
createDDLOpt(Connection) - 类 中的静态方法com.centit.framework.mybatis.dao.DDLOperationsWork
可以执行DDL操作
createSequence(String) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
createTable(TableInfo) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 

D

DaoSupportManagerImpl - com.centit.framework.mybatis.service中的类
MyBatis
DaoSupportManagerImpl() - 类 的构造器com.centit.framework.mybatis.service.DaoSupportManagerImpl
 
DatabaseOptUtils - com.centit.framework.mybatis.dao中的类
意图将sqlSession中公共的部分独立出来,减少类的函数数量, 因为每一个继承sqlSessionImpl的类都有这些函数,而这些行数基本上都是一样的
DDLOperationsWork - com.centit.framework.mybatis.dao中的类
 
DDLOperationsWork() - 类 的构造器com.centit.framework.mybatis.dao.DDLOperationsWork
 
DDLOperationsWork(SqlSession) - 类 的构造器com.centit.framework.mybatis.dao.DDLOperationsWork
 
delete(String) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
删除数据
delete(String, Object) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
删除数据
deleteObjectById(Object) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
deleteObjectById(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
deleteObjects(JSONArray) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
deleteObjectsAsTabulation(String, Object) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
deleteObjectsAsTabulation(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
deleteObjectsByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
doExecuteNamedSql(String, Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
doExecuteSql(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
直接运行SQL,update delete insert
doExecuteSql(SqlSession, String, Object[]) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
直接运行行带参数的 SQL,update delete insert
doExecuteSql(SqlSession, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
直接运行行带参数的 SQL,update delete insert
doExecuteSql(String) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
doExecuteSql(String, Object[]) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
dropColumn(String, String) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
dropTable(String) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 

F

fetchObjectsCount(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
findObjectsAsJSON(String, Object[], String[]) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
findObjectsAsJSON(String, Object[], String[], int, int) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
findObjectsAsJSONBySql(SqlSession, String, String[], Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(SqlSession, String, String[]) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(SqlSession, String, Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
findObjectsByNamedSql(String, Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
findObjectsByNamedSql(String, Map<String, Object>, int, int) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
findObjectsByNamedSqlAsJSON(String, Map<String, Object>, String[]) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
findObjectsByNamedSqlAsJSON(String, Map<String, Object>, String[], int, int) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
findObjectsBySql(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
执行原生的SQL查询语句,返回的类型为 List
findObjectsBySql(SqlSession, String, Class<T>) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
用原生SQL 查询数据库 objectType 如果没有的话可以为NULL
findObjectsBySql(SqlSession, String, Map<String, Object>, PageDesc, Class<?>) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
返回的类型为 List
findObjectsBySql(SqlSession, String, Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
返回的类型为 List
findObjectsBySql(SqlSession, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
findObjectsBySql(String, Object[]) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
findObjectsBySql(String, Object[], int, int) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
flush(SqlSession) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
刷新Session缓存中的数据进行强制提交

G

getCurrentDao() - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
getCurrValueOfSequence(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取sequence的当前值 只有oracle DB2支持
getDDLOperations() - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
getNextKeyBySequence(SqlSession, String, int) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取sequence的下一个新值 只有oracle DB2支持
getNextLongSequence(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取sequence的下一个新值 只有oracle DB2支持
getNextValueOfSequence(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取sequence的下一个新值 只有oracle DB2支持
getObjectById(Object) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
getObjectById(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
getObjectByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
getSequenceNextValue(String) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
getSequenceNextValueUseTable(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
用表来模拟sequence create table sequence_table (sequence_Name varchar(100) not null primary key, current_value integer);
getSingleIntBySql(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取唯一的一个整形数据的SQL
getSingleIntBySql(SqlSession, String, Object) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
getSingleObjectBySql(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
getSingleObjectBySql(SqlSession, String, Object) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
getSingleObjectBySql(SqlSession, String, Object[]) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
getSingleObjectBySql(SqlSession, String, String, Object) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
getSingleObjectBySql(SqlSession, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
 
getSingleStringBySql(SqlSession, String) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取唯一的一个字符串数据的SQL
getSqlReturnObjectCounts(SqlSession, String, Object[]) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取 符合条件的记录数量
getSqlReturnObjectCounts(SqlSession, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.mybatis.dao.DatabaseOptUtils
获取 符合条件的记录数量
getSqlSessionWithOpenedConnection() - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoSupport
直接调用 getSqlSession().getConnection() 有时返回为空; 调用 getSqlSession().getConfiguration().getEnvironment().getDataSource().getConnection() 返回的是一个新建的Connection这样和当前的SQLSession不在统一事务中(也不在统一个session中)。
getTableInfo() - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 

I

insert(String) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
插入数据
insert(String, Object) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
插入数据
insertObjectsAsTabulation(JSONArray) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 

J

JsonObjectWork - com.centit.framework.mybatis.dao中的类
 
JsonObjectWork() - 类 的构造器com.centit.framework.mybatis.dao.JsonObjectWork
 
JsonObjectWork(TableInfo) - 类 的构造器com.centit.framework.mybatis.dao.JsonObjectWork
 
JsonObjectWork(SqlSession, TableInfo) - 类 的构造器com.centit.framework.mybatis.dao.JsonObjectWork
 

L

listObjectsByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
listObjectsByProperties(Map<String, Object>, int, int) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
logger - 类 中的静态变量com.centit.framework.mybatis.dao.DatabaseOptUtils
 

M

makeAddColumnSql(String, TableField) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
makeCreateSequenceSql(String) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
makeCreateTableSql(TableInfo) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
makeDropColumnSql(String, String) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
makeDropTableSql(String) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
makeModifyColumnSql(String, TableField) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
makeReconfigurationColumnSqls(String, String, TableField) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
makeRenameColumnSql(String, String, TableField) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
mergeObject(Collection<String>, Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
更改部分属性
mergeObject(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
modifyColumn(String, TableField) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 

O

ORACLE_TYPES_CURSOR - 类 中的静态变量com.centit.framework.mybatis.dao.DatabaseOptUtils
 

R

reconfigurationColumn(String, String, TableField) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
renameColumn(String, String, TableField) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
replaceObjectsAsTabulation(JSONArray, JSONArray) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
replaceObjectsAsTabulation(JSONArray, String, Object) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
replaceObjectsAsTabulation(JSONArray, Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 

S

saveNewObject(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
selectList(String) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
查询返回
selectList(String, Object) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
查询返回
selectList(String, Class<T>) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
查询返回指定的结果类型
selectList(String, Object, Class<T>) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
查询返回指定的结果类型
selectOne(String) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
查询返回一个结果,多个结果时抛出异常
selectOne(String, Object) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
查询返回一个结果,多个结果时抛出异常
selectOne(String, Class<T>) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
查询返回一个结果,多个结果时抛出异常
selectOne(String, Object, Class<T>) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
查询返回一个结果,多个结果时抛出异常
setBaseDao(SqlSession) - 类 中的方法com.centit.framework.mybatis.dao.DDLOperationsWork
 
setBaseDao(SqlSession) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
setTableInfo(TableInfo) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 

U

update(String) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
更新数据
update(String, Object) - 类 中的方法com.centit.framework.mybatis.dao.BaseDaoImpl
更新数据
updateObject(Collection<String>, Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
更改部分属性
updateObject(Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
updateObjectsByProperties(Map<String, Object>, Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
 
updateObjectsByProperties(Collection<String>, Map<String, Object>, Map<String, Object>) - 类 中的方法com.centit.framework.mybatis.dao.JsonObjectWork
根据条件批量更新 对象
A B C D F G I J L M O R S U 
跳过导航链接

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