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

A

addColumn(String, TableField) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
assemble(Serializable, Object) - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
 
autowiredAnnotationBeanPostProcessor() - 类 中的方法com.centit.framework.hibernate.config.HibernateConfig
 

B

BaseDao<T extends Serializable,PK extends Serializable> - com.centit.framework.hibernate.dao中的接口
 
baseDao - 类 中的变量com.centit.framework.hibernate.service.BaseEntityManagerImpl
对应的Dao层对象
BaseDaoImpl<T extends Serializable,PK extends Serializable> - com.centit.framework.hibernate.dao中的类
 
BaseDaoImpl() - 类 的构造器com.centit.framework.hibernate.dao.BaseDaoImpl
 
BaseEntityManager<T extends Serializable,PK extends Serializable> - com.centit.framework.hibernate.service中的接口
 
BaseEntityManagerImpl<T extends Serializable,PK extends Serializable,D extends BaseDaoImpl<T,PK>> - com.centit.framework.hibernate.service中的类
数据库的基本操作工具类 基本上是对Dao进行再一次简单的封装 注解Manager,添加默认事务
BaseEntityManagerImpl() - 类 的构造器com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
builderHqlAndNamedParams(String, Map<String, Object>, Map<String, String>) - 类 中的静态方法com.centit.framework.hibernate.dao.BaseDaoImpl
创建一个查询语句 和 条件
builderHqlAndNamedParams(String, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
builderStatHqlAndNamedParams(String, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
创建一个 统计分析语句的 From 和 where 部分 不能包括 order by

C

callFunction(BaseDaoImpl<?, ?>, String, int, Object...) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
callProcedure(BaseDaoImpl<?, ?>, String, Object...) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
callProcedureOutRS(Connection, String, Object...) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
执行一个Oracle存储过程 返回一个数据集,这个数据集是一个out的游标,这个参数必需为存储过程的最后一个参数
callProcedureOutRS(BaseDaoImpl<?, ?>, String, Object...) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
clearObjectProperties(T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
通过反射调用泛型对象 clearProperties 函数,清楚对象的所有非主键属性的值, 要求对象必须有 clearProperties这个函数,脚手架的反向工程自动生成这个函数 子类可以重写这个函数
clearObjectProperties(T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
com.centit.framework.hibernate.common - 程序包 com.centit.framework.hibernate.common
 
com.centit.framework.hibernate.config - 程序包 com.centit.framework.hibernate.config
 
com.centit.framework.hibernate.dao - 程序包 com.centit.framework.hibernate.dao
 
com.centit.framework.hibernate.service - 程序包 com.centit.framework.hibernate.service
 
com.centit.framework.system.update - 程序包 com.centit.framework.system.update
 
copyObject(T, T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
通过反射调用泛型对象 des 的 copy("F") 函数,参数为 sou, 要求对象必须有 copyNotNullProperty这个函数,脚手架的反向工程自动生成这个函数 子类可以重写这个函数
copyObject(T, T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
copyObjectNotNullProperty(T, T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
通过反射调用泛型对象 des 的 copyNotNullProperty("F") 函数,参数为 sou, 要求对象必须有 copyNotNullProperty这个函数,脚手架的反向工程自动生成这个函数 子类可以重写这个函数
copyObjectNotNullProperty(T, T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
createSequence(String) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
createTable(TableInfo) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 

D

DatabaseMigration - com.centit.framework.system.update中的类
 
DatabaseMigration() - 类 的构造器com.centit.framework.system.update.DatabaseMigration
 
DatabaseOptUtils - com.centit.framework.hibernate.dao中的类
意图将BaseDao中公共的部分独立出来,减少类的函数数量, 因为每一个继承BaseDaoImpl的类都有这些函数,而这些行数基本上都是一样的
DDLOperationsWork - com.centit.framework.hibernate.dao中的类
 
DDLOperationsWork() - 类 的构造器com.centit.framework.hibernate.dao.DDLOperationsWork
 
DDLOperationsWork(BaseDaoImpl<?, ?>) - 类 的构造器com.centit.framework.hibernate.dao.DDLOperationsWork
 
deepCopy(Object) - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
提供自定义类型的完全复制方法 本方法将用构造返回对象 当nullSafeGet方法调用之后,我们获得了自定义数据对象,在向用户返回自定义数据之前, deepCopy方法将被调用,它将根据自定义数据对象构造一个完全拷贝,并将此拷贝返回给用户 此时我们就得到了自定义数据对象的两个版本,第一个是从数据库读出的原始版本,其二是我们通过 deepCopy方法构造的复制版本,原始的版本将有Hibernate维护,复制版由用户使用。
deleteBatchObject(BaseDaoImpl<?, ?>, Collection<? extends Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
批量删除任意对象,hibernate 托管的对象
deleteObject(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
deleteObject(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
deleteObject(T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
删除泛型参数对象
deleteObject(T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
deleteObjectById(PK) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
deleteObjectById(PK) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
deleteObjectById(Object) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
deleteObjectById(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
deleteObjectById(PK) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
根据主键删除泛型参数对象
deleteObjectById(PK) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
deleteObjectForce(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
deleteObjectForce(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
deleteObjectForceById(PK) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
deleteObjectForceById(PK) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
deleteObjects(JSONArray) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
deleteObjectsAsTabulation(Collection<T>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
批量删除记录
deleteObjectsAsTabulation(String, Object) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
批量删除记录 根据单独外键查询
deleteObjectsAsTabulation(Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
批量删除记录 根据复合外键查询
deleteObjectsAsTabulation(Collection<T>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
批量删除记录
deleteObjectsAsTabulation(String, Object) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
批量删除记录 根据单独外键查询
deleteObjectsAsTabulation(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
批量删除记录 根据复合外键查询
deleteObjectsAsTabulation(String, Object) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
deleteObjectsAsTabulation(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
deleteObjectsByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
disassemble(Object) - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
 
doExecuteHql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
直接运行 HQL,update delete insert
doExecuteHql(BaseDaoImpl<?, ?>, String, Object) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
直接运行带参数的 HQL,update delete insert
doExecuteHql(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
直接运行带参数的 HQL,update delete insert
doExecuteHql(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
直接运行行带参数的 HQL,update delete insert
doExecuteNamedSql(String, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
doExecuteSql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
直接运行SQL,update delete insert
doExecuteSql(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
直接运行行带参数的 SQL,update delete insert
doExecuteSql(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
直接运行行带参数的 SQL,update delete insert
doExecuteSql(String) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
doExecuteSql(String, Object[]) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
dropColumn(String, String) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
dropTable(String) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 

E

env - 类 中的变量com.centit.framework.hibernate.config.HibernateConfig
 
equals(Object, Object) - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
 
execute(Connection) - 类 中的方法com.centit.framework.hibernate.dao.FunctionWork
 
execute(Connection) - 类 中的方法com.centit.framework.hibernate.dao.ProcedureWork
 

F

fetchObjectsCount(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
filterField - 类 中的变量com.centit.framework.hibernate.dao.BaseDaoImpl
 
findObjectsAsJSON(String, Object[], String[]) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
findObjectsAsJSON(String, Object[], String[], int, int) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
findObjectsAsJSONByHql(BaseDaoImpl<?, ?>, String, String[], Object[], PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONByHql(BaseDaoImpl<?, ?>, String, String[], Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONByHql(BaseDaoImpl<?, ?>, String, String[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONByHql(BaseDaoImpl<?, ?>, String, Object[], PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONByHql(BaseDaoImpl<?, ?>, String, Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONByHql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(BaseDaoImpl<?, ?>, String, String[], Object[], PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(BaseDaoImpl<?, ?>, String, String[], Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(BaseDaoImpl<?, ?>, String, String[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(BaseDaoImpl<?, ?>, String, Object[], PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(BaseDaoImpl<?, ?>, String, Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsAsJSONBySql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsByHql(BaseDaoImpl<?, ?>, String, Object[], PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsByHql(BaseDaoImpl<?, ?>, String, Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsByHql(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
查询所有的不分页
findObjectsByHql(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
不分页查询 返回所有的记录
findObjectsByHql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
不分页查询 返回所有的记录 无参数的HQL
findObjectsByNamedSql(String, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
findObjectsByNamedSql(String, Map<String, Object>, int, int) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
findObjectsByNamedSqlAsJSON(String, Map<String, Object>, String[]) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
findObjectsByNamedSqlAsJSON(String, Map<String, Object>, String[], int, int) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
findObjectsBySql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
执行原生的SQL查询语句,返回的类型为 List
findObjectsBySql(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsBySql(BaseDaoImpl<?, ?>, String, Class<T>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
用原生SQL 查询数据库 objectType 如果没有的话可以为NULL
findObjectsBySql(BaseDaoImpl<?, ?>, String, Object[], PageDesc, Class<T>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsBySql(BaseDaoImpl<?, ?>, String, Map<String, Object>, PageDesc, Class<T>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
返回的类型为 List
findObjectsBySql(BaseDaoImpl<?, ?>, String, Map<String, Object>, PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
返回的类型为 List
findObjectsBySql(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsBySql(BaseDaoImpl<?, ?>, String, Object[], Class<T>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
用原带参数的SQL 查询数据库 objectType 如果没有的话可以为NULL
findObjectsBySql(BaseDaoImpl<?, ?>, String, Object[], PageDesc) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
findObjectsBySql(String, Object[]) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
findObjectsBySql(String, Object[], int, int) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
flush() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
将对持久化对象的修改触发update数据库
flush(Session) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
刷新Session缓存中的数据进行强制提交
FunctionWork - com.centit.framework.hibernate.dao中的类
调用 存储方法(oracle特有的)
FunctionWork(String, int, Object...) - 类 的构造器com.centit.framework.hibernate.dao.FunctionWork
 

G

getClassTName() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
获取泛型参数对象全称
getClassTShortName() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
获取泛型参数对象名称
getCurrentSession() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
获取当前事务上下文环境 session
getCurrValueOfSequence(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取sequence的当前值 只有oracle DB2支持
getFilterField() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
getFilterFieldWithPretreatment(Map<String, String>) - 类 中的静态方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
getHqlMetaData() - 类 中的静态方法com.centit.framework.hibernate.dao.HibernatePowerFilter
 
getHqlReturnObjectCounts(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取 符合条件的记录数量
getHqlReturnObjectCounts(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取 符合条件的记录数量
getNextKeyByHqlStrOfMax(BaseDaoImpl<?, ?>, String, String, int) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取一个表中最大值作为主键生成主键的基础,这样的主键生成方式不建议在平凡操作的业务中使用。
getNextKeyByHqlStrOfMax(BaseDaoImpl<?, ?>, String, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取一个表中最大值作为主键生成主键的基础 ,这样的主键生成方式不建议在平凡操作的业务中使用。
getNextKeyByMaxInteger(BaseDaoImpl<?, ?>, String, String) - 类 中的方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取某个表某个字段的最大数值,一定是数字
getNextKeyBySequence(BaseDaoImpl<?, ?>, String, int) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取sequence的下一个新值 只有oracle DB2支持
getNextLongSequence(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取sequence的下一个新值 只有oracle DB2支持
getNextValueOfSequence(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取sequence的下一个新值 只有oracle DB2支持
getObjectById(PK) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
getObjectById(PK) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
getObjectById(Object) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
getObjectById(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
getObjectById(PK) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
根据对象的主键 获得数据库中对应的对象信息
getObjectById(PK) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
getObjectByProperties(Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
getObjectByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
getObjectByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
getObjectByProperties(Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
根据多个属性返回唯一对象
getObjectByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
getObjectByProperty(String, Object) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
getObjectByProperty(String, Object) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
getObjectByProperty(String, Object) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
根据唯一属性值返回对象
getObjectByProperty(String, Object) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
getPkClass() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
获取泛型参数对象的主键类型
getPoClass() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
getPoObjectId(Object) - 类 中的静态方法com.centit.framework.hibernate.dao.BaseDaoImpl
通过注解 @Id 或者 @EmbeddedId 获得主键
getResultType() - 类 中的方法com.centit.framework.hibernate.dao.FunctionWork
 
getRetrunObject() - 类 中的方法com.centit.framework.hibernate.dao.FunctionWork
 
getRetrunResultSet() - 类 中的方法com.centit.framework.hibernate.dao.ProcedureWork
 
getSequenceNextValue(String) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
getSequenceNextValueUseTable(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
用表来模拟sequence create table sequence_table (sequence_Name varchar(100) not null primary key, current_value integer);
getSessionFactory() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
getSingleIntByHql(BaseDaoImpl<?, ?>, String, Object) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleIntByHql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取唯一的一个整形数据的HQL
getSingleIntBySql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取唯一的一个整形数据的SQL
getSingleIntBySql(BaseDaoImpl<?, ?>, String, Object) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectByHql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
从只返回一条记录的语句中获取对象
getSingleObjectByHql(BaseDaoImpl<?, ?>, String, Object) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectByHql(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectByHql(BaseDaoImpl<?, ?>, String, String, Object) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectByHql(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectBySql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectBySql(BaseDaoImpl<?, ?>, String, Object) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectBySql(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectBySql(BaseDaoImpl<?, ?>, String, String, Object) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleObjectBySql(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
getSingleStringByHql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取唯一的一个字符串数据的HQL
getSingleStringBySql(BaseDaoImpl<?, ?>, String) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取唯一的一个字符串数据的SQL
getSqlReturnObjectCounts(BaseDaoImpl<?, ?>, String, Object[]) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取 符合条件的记录数量
getSqlReturnObjectCounts(BaseDaoImpl<?, ?>, String, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
获取 符合条件的记录数量
getTableInfo() - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 

H

hasBeSucceedExecuted() - 类 中的方法com.centit.framework.hibernate.dao.FunctionWork
 
hasBeSucceedExecuted() - 类 中的方法com.centit.framework.hibernate.dao.ProcedureWork
 
hashCode(Object) - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
 
HibernateConfig - com.centit.framework.hibernate.config中的类
 
HibernateConfig() - 类 的构造器com.centit.framework.hibernate.config.HibernateConfig
 
HibernatePowerFilter - com.centit.framework.hibernate.dao中的类
 
HibernatePowerFilter() - 类 的构造器com.centit.framework.hibernate.dao.HibernatePowerFilter
 

I

insertObjectsAsTabulation(JSONArray) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
isMutable() - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
本类型实例是否可变

J

JsonObjectWork - com.centit.framework.hibernate.dao中的类
 
JsonObjectWork() - 类 的构造器com.centit.framework.hibernate.dao.JsonObjectWork
 
JsonObjectWork(TableInfo) - 类 的构造器com.centit.framework.hibernate.dao.JsonObjectWork
 
JsonObjectWork(BaseDaoImpl<?, ?>, TableInfo) - 类 的构造器com.centit.framework.hibernate.dao.JsonObjectWork
 

L

listObjectByProperties(Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjectByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjectByProperty(String, Object) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjectByProperty(String, Object) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects() - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(String) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(String, Object[], PageDesc) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(String, Object, PageDesc) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(String, PageDesc) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(String, Object[]) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(String, Object) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(String, Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(String, Map<String, Object>, PageDesc) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects(Map<String, Object>, PageDesc) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjects() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(String) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(String, Object[], PageDesc) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(String, Object, PageDesc) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(String, PageDesc) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(String, Object[]) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(String, Object) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(String, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(String, Map<String, Object>, PageDesc) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects(Map<String, Object>, PageDesc) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjects() - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
查找表中的所有记录, 包括禁用的 isValid = 'F' 的记录, 如果没有isValid这个字段也可以使用
listObjects(String, Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
 
listObjects(Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
 
listObjects(String, Map<String, Object>, PageDesc) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
配合 EC Table 设计的一个查询语句
listObjects(Map<String, Object>, PageDesc) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
配合 EC Table 设计的一个查询语句,将 filterMap 组装成对应的Hql语句 调用对应的 getObjects
listObjects() - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
listObjects(String, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
listObjects(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
listObjects(String, Map<String, Object>, PageDesc) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
查询数据库并且对查询结果分页
listObjects(Map<String, Object>, PageDesc) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
listObjectsAll() - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjectsAll() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjectsByNamedHql(String, Map<String, Object>, int, int) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listObjectsByNamedHql(String, Map<String, Object>, int, int) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listObjectsByProperties(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
listObjectsByProperties(Map<String, Object>, int, int) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
listValidObjects() - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
listValidObjects() - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
listValidObjects() - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
查找表中的所有 isValid = 'T' 的记录 必需isValid这个字段才可以使用,或者重载这个函数
listValidObjects() - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
logDebug - 类 中的变量com.centit.framework.hibernate.service.BaseEntityManagerImpl
日志系统是否开启debug模式
logger - 类 中的静态变量com.centit.framework.hibernate.dao.BaseDaoImpl
 
logger - 类 中的静态变量com.centit.framework.hibernate.dao.DatabaseOptUtils
 
logger - 类 中的静态变量com.centit.framework.hibernate.dao.FunctionWork
 
logger - 类 中的静态变量com.centit.framework.hibernate.dao.JsonObjectWork
 
logger - 类 中的静态变量com.centit.framework.hibernate.dao.ProcedureWork
 
logger - 类 中的变量com.centit.framework.hibernate.service.BaseEntityManagerImpl
 

M

makeAddColumnSql(String, TableField) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
makeCreateSequenceSql(String) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
makeCreateTableSql(TableInfo) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
makeDropColumnSql(String, String) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
makeDropTableSql(String) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
makeHQL(Class<?>, Collection<String>, boolean) - 类 中的方法com.centit.framework.hibernate.dao.HibernatePowerFilter
 
makeHQL(String, Collection<String>, boolean) - 类 中的方法com.centit.framework.hibernate.dao.HibernatePowerFilter
 
makeModifyColumnSql(String, TableField) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
makeReconfigurationColumnSqls(String, String, TableField) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
makeRenameColumnSql(String, String, TableField) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
mergeBatchObjects(BaseDaoImpl<?, ?>, Collection<? extends Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
批量保存对象集合
mergeObject(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
mergeObject(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
mergeObject(Collection<String>, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
更改部分属性
mergeObject(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
mergeObject(T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
保存泛型参数对象
mergeObject(T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
migrate() - 类 中的方法com.centit.framework.system.update.DatabaseMigration
 
modifyColumn(String, TableField) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 

N

nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
从JDBC ResultSet读取数据,将其转换为自定义类型后返回 (此方法要求对克能出现null值进行处理) names中包含了当前自定义类型的映射字段名称
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
本方法将在Hibernate进行数据保存时被调用 我们可以通过PreparedStateme将自定义数据写入到对应的数据库表字段

O

ObjectSerializeUserType - com.centit.framework.hibernate.common中的类
自定义hibernate数据类型 在Hibernate in Action一书中讲自定义hibernate数据类型因成为开发者的基础技能。
ObjectSerializeUserType() - 类 的构造器com.centit.framework.hibernate.common.ObjectSerializeUserType
 
ORACLE_TYPES_CURSOR - 类 中的静态变量com.centit.framework.hibernate.dao.ProcedureWork
 

P

pageCount(String, Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
为了和 myBatis 兼容
pageCount(Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
pageCount(String, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
为了和 myBatis 兼容
pageCount(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
pageQuery(String, Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
pageQuery(Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
pageQuery(String, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
pageQuery(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
persistenceExceptionTranslationPostProcessor() - 类 中的方法com.centit.framework.hibernate.config.HibernateConfig
 
ProcedureWork - com.centit.framework.hibernate.dao中的类
存储过程调用接口
ProcedureWork(String, Object...) - 类 的构造器com.centit.framework.hibernate.dao.ProcedureWork
 

R

reconfigurationColumn(String, String, TableField) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
registerOpenSessionInViewFilter(ServletContext) - 类 中的静态方法com.centit.framework.hibernate.config.HibernateConfig
注册OpenSessionInViewFilter 过滤器
renameColumn(String, String, TableField) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
replace(Object, Object, Object) - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
 
replaceObjectsAsTabulation(List<T>, Collection<T>, boolean) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
用新的子表对象列表替换旧的子表对象列表
replaceObjectsAsTabulation(Collection<T>, String, Object) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
用新的子表对象列表替换旧的子表对象列表 通过单主键查询数据库中的旧的类别
replaceObjectsAsTabulation(Collection<T>, Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
用新的子表对象列表替换旧的子表对象列表 通过复合主键查询数据库中的旧的类别
replaceObjectsAsTabulation(List<T>, Collection<T>, boolean) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
用新的子表对象列表替换旧的子表对象列表
replaceObjectsAsTabulation(Collection<T>, String, Object) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
用新的子表对象列表替换旧的子表对象列表 通过单主键查询数据库中的旧的类别
replaceObjectsAsTabulation(Collection<T>, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
用新的子表对象列表替换旧的子表对象列表 通过复合主键查询数据库中的旧的类别
replaceObjectsAsTabulation(JSONArray, JSONArray) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
replaceObjectsAsTabulation(JSONArray, String, Object) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
replaceObjectsAsTabulation(JSONArray, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
replaceObjectsAsTabulationCheckTimestamp(Collection<T>, String, Object) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
用新的子表对象列表替换旧的子表对象列表 ,更新的记录需要检查更改时间戳 通过单主键查询数据库中的旧的类别
replaceObjectsAsTabulationCheckTimestamp(Collection<T>, Map<String, Object>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
用新的子表对象列表替换旧的子表对象列表 ,更新的记录需要检查更改时间戳 通过复合主键查询数据库中的旧的类别
replaceObjectsAsTabulationCheckTimestamp(Collection<T>, String, Object) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
用新的子表对象列表替换旧的子表对象列表 ,更新的记录需要检查更改时间戳 通过单主键查询数据库中的旧的类别
replaceObjectsAsTabulationCheckTimestamp(Collection<T>, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
用新的子表对象列表替换旧的子表对象列表 ,更新的记录需要检查更改时间戳 通过复合主键查询数据库中的旧的类别
returnedClass() - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
 

S

saveBatchObjects(BaseDaoImpl<?, ?>, Collection<? extends Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
保存任意对象,hibernate 托管的对象
saveNewObject(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
saveNewObject(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
saveNewObject(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
saveNewObject(T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
保存泛型参数对象
saveNewObject(T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
保存泛型参数对象
saveNewObjects(Collection<T>) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
saveNewObjects(T[]) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
saveNewObjects(Collection<T>) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
saveNewObjects(T[]) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
saveObject(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
saveObject(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
saveObject(T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
保存泛型参数对象
saveObject(T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
saveRawObject(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
saveRawObject(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
sessionFactory(DataSource) - 类 中的方法com.centit.framework.hibernate.config.HibernateConfig
 
sessionFactory - 类 中的变量com.centit.framework.hibernate.dao.BaseDaoImpl
 
setBaseDao(BaseDaoImpl<?, ?>) - 类 中的方法com.centit.framework.hibernate.dao.DDLOperationsWork
 
setBaseDao(BaseDaoImpl<?, ?>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
setBaseDao(D) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
 
setDataSource(DataSource) - 类 中的方法com.centit.framework.system.update.DatabaseMigration
 
setDbSchemas(String[]) - 类 中的方法com.centit.framework.system.update.DatabaseMigration
 
setEnvironment(Environment) - 类 中的方法com.centit.framework.hibernate.config.HibernateConfig
 
setJavaPackage(String) - 类 中的方法com.centit.framework.system.update.DatabaseMigration
 
setOracleProcedureWithReturnCursor(boolean) - 类 中的方法com.centit.framework.hibernate.dao.ProcedureWork
 
setQueryParameters(Query, Map<String, Object>) - 类 中的静态方法com.centit.framework.hibernate.dao.DatabaseOptUtils
 
setResultType(int) - 类 中的方法com.centit.framework.hibernate.dao.FunctionWork
 
setSessionFactory(SessionFactory) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
setSqlDirectory(String) - 类 中的方法com.centit.framework.system.update.DatabaseMigration
 
setTableInfo(TableInfo) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
setVersionTable(String) - 类 中的方法com.centit.framework.system.update.DatabaseMigration
 
sqlTypes() - 类 中的方法com.centit.framework.hibernate.common.ObjectSerializeUserType
 

T

transactionManager(SessionFactory) - 类 中的方法com.centit.framework.hibernate.config.HibernateConfig
 

U

updateObject(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
updateObject(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
updateObject(Collection<String>, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
更改部分属性
updateObject(Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
updateObject(T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
更新泛型参数对象
updateObject(T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
更新泛型参数对象
updateObjectCheckTimestamp(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
修改之前check一下版本号,不一致抛异常
updateObjectCheckTimestamp(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
修改之前check一下版本号,不一致抛异常
updateObjectCheckTimestamp(T) - 接口 中的方法com.centit.framework.hibernate.service.BaseEntityManager
修改之前check一下版本号,不一致抛异常
updateObjectCheckTimestamp(T) - 类 中的方法com.centit.framework.hibernate.service.BaseEntityManagerImpl
修改之前check一下版本号,不一致抛异常
updateObjectProperties(T, String...) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
updateObjectProperties(T, String...) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
只更改部分属性,根据对象的主键来更新
updateObjectPropertiesCheckTimestamp(T, String...) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
只更改部分属性,根据对象的主键来更新,同时检验 时间戳
updateObjectPropertiesCheckTimestamp(T, String...) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
只更改部分属性,根据对象的主键来更新,同时检验 时间戳
updateObjectsByProperties(Map<String, Object>, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
 
updateObjectsByProperties(Collection<String>, Map<String, Object>, Map<String, Object>) - 类 中的方法com.centit.framework.hibernate.dao.JsonObjectWork
根据条件批量更新 对象
updateRawObject(T) - 接口 中的方法com.centit.framework.hibernate.dao.BaseDao
 
updateRawObject(T) - 类 中的方法com.centit.framework.hibernate.dao.BaseDaoImpl
 
A B C D E F G H I J L M N O P R S T U 
跳过导航链接

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