跳过导航链接
A C D E G I O P Q S T U 

A

AbstractService<P> - cn.tenmg.hibernate.sqltool.service.impl中的类
虚数据库访问服务
AbstractService() - 类 的构造器cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 

C

cn.tenmg.hibernate.sqltool.dao - 程序包 cn.tenmg.hibernate.sqltool.dao
 
cn.tenmg.hibernate.sqltool.dao.impl - 程序包 cn.tenmg.hibernate.sqltool.dao.impl
 
cn.tenmg.hibernate.sqltool.interceptor - 程序包 cn.tenmg.hibernate.sqltool.interceptor
 
cn.tenmg.hibernate.sqltool.service - 程序包 cn.tenmg.hibernate.sqltool.service
 
cn.tenmg.hibernate.sqltool.service.impl - 程序包 cn.tenmg.hibernate.sqltool.service.impl
 
cn.tenmg.hibernate.sqltool.utils - 程序包 cn.tenmg.hibernate.sqltool.utils
 
createSQLQuery(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用指定SQL和指定参数创建SQL查询对象
createSQLQuery(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用指定SQL和指定参数创建SQL查询对象
createSQLQuery(Class<?>, String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用指定类型,指定SQL和指定参数创建SQL查询对象。
createSQLQuery(ResultTransformer, String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用查询结果转换对象,指定SQL和指定参数创建SQL查询对象。
createSQLQuery(Class<?>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用指定类型,指定SQL和指定参数创建SQL查询对象。
createSQLQuery(ResultTransformer, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用查询结果转换对象,指定SQL和指定参数创建SQL查询对象。

D

Dao - cn.tenmg.hibernate.sqltool.dao中的接口
数据库访问对象
DaoImpl - cn.tenmg.hibernate.sqltool.dao.impl中的类
数据库操作对象实现类
DaoImpl() - 类 的构造器cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
DaoUtils - cn.tenmg.hibernate.sqltool.utils中的类
数据库访问工具类
DaoUtils() - 类 的构造器cn.tenmg.hibernate.sqltool.utils.DaoUtils
 
dataSource - 类 中的变量cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
DEFAULTE_PAGE - 接口 中的静态变量cn.tenmg.hibernate.sqltool.dao.Dao
 
DEFAULTE_PAGE_SIZE - 接口 中的静态变量cn.tenmg.hibernate.sqltool.dao.Dao
 
delete(T) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
删除对象。
delete(Class<T>, Serializable) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
根据类型、主键删除对象。
delete(T) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
delete(Class<T>, Serializable) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
delete(P) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
delete(Serializable) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
delete(P) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
删除对象。
delete(Serializable) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
根据主键删除对象。
delete(Class<?>, Serializable) - 类 中的静态方法cn.tenmg.hibernate.sqltool.utils.DaoUtils
 
dsqlFactory - 类 中的变量cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 

E

EmptyCurrentUserGetter() - 类 的构造器cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor.EmptyCurrentUserGetter
 
entityClass - 类 中的变量cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
EntityInterceptor - cn.tenmg.hibernate.sqltool.interceptor中的类
实体拦截器
EntityInterceptor() - 类 的构造器cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
EntityInterceptor.CurrentUserGetter - cn.tenmg.hibernate.sqltool.interceptor中的接口
当前用户获取器
EntityInterceptor.EmptyCurrentUserGetter - cn.tenmg.hibernate.sqltool.interceptor中的类
空的当前用户获取器,也是默认的当前用户获取器
excecute(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
执行指定DSQL和指定参数(分别列出参数名和参数值)并返回受影响行数。
excecute(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
执行指定DSQL和指定参数(分别列出参数名和参数值)并返回受影响行数。
excecute(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
excecute(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
excecute(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
excecute(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
excecute(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
执行指定DSQL和指定参数(分别列出参数名和参数值)并返回受影响行数。
excecute(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
执行指定DSQL和指定参数并返回受影响行数。
executeUpdate(Query) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用指定查询对象执行一个SQL并返回受影响行数

G

get(Class<T>, Serializable) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
根据类型、主键获取对象。
get(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL和指定参数(分别列出参数名和参数值)获取对象。
get(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL和指定参数获取对象。
get(Class<T>, String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL和指定参数(分别列出参数名和参数值)获取对象。
get(Class<T>, String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL和指定参数获取对象。
get(Class<T>, Serializable) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
get(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
get(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
get(Class<T>, String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
get(Class<T>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
get(Serializable) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
get(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
get(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
get(Class<T>, String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
get(Class<T>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
get(Serializable) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
根据主键获取对象。
get(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL和指定参数(分别列出参数名和参数值)获取对象。
get(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL和指定参数获取对象。
get(Class<T>, String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL和指定参数(分别列出参数名和参数值)获取对象。
get(Class<T>, String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL和指定参数获取对象。
getBySQL(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
getBySQL(Class<T>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
getColumnName(Field) - 类 中的静态方法cn.tenmg.hibernate.sqltool.utils.DaoUtils
获取指定字段对应的数据库列名
getCreateTimeFieldName() - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
getCreateUserFieldName() - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
getCurrentUser() - 接口 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor.CurrentUserGetter
 
getCurrentUser() - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor.EmptyCurrentUserGetter
 
getCurrentUserGetter() - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
getDao() - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
获取数据库访问对象
getDataSource() - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
getDSQLFactory() - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
获取Sqltool工厂
getDSQLFactory() - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
getIdColumnNames(Class<?>) - 类 中的静态方法cn.tenmg.hibernate.sqltool.utils.DaoUtils
 
getInstance() - 类 中的静态方法cn.tenmg.hibernate.sqltool.dao.impl.SimpleResultTransformer
 
getModifyTimeFieldName() - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
getModifyUserFieldName() - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
getSession(SessionFactory, boolean) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
从会话工厂中获取会话
getSessionFactory() - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
获取会话工厂
getSessionFactory() - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
getSQLDialect() - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
getTableName(Class<?>) - 类 中的静态方法cn.tenmg.hibernate.sqltool.utils.DaoUtils
获取实体类对应的数据库表名

I

insertBatch(List<T>, int) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
批量插入对象。
insertBatch(List<T>, int) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
insertBatch(List<P>, int) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
insertBatch(List<P>, int) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
批量插入对象。
isShowSQL() - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
isUpdateModifyWhenCreate() - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 

O

onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
插入脏数据时调用该方法
onSave(Object, Serializable, Object[], String[], Type[]) - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
保存对象时调用该方法

P

page(String, Long, Integer, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL,指定页码,指定页容量和指定参数(分别列出参数名和参数值)分页查询对象。
page(String, String, Long, Integer, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL,指定统计总数DSQL,指定页码,指定页容量和指定参数(分别列出参数名和参数值)分页查询对象。
page(String, Long, Integer, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL,指定页码,指定页容量和指定参数分页查询对象。
page(String, String, Long, Integer, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL,指定统计总数DSQL,指定页码,指定页容量和指定参数分页查询对象。
page(Class<T>, String, Long, Integer, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL,指定页码,指定页容量和指定参数(分别列出参数名和参数值)分页查询对象。
page(Class<T>, String, String, Long, Integer, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL,指定统计总数DSQL,指定页码,指定页容量和指定参数(分别列出参数名和参数值)分页查询对象。
page(Class<T>, String, Long, Integer, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL,指定页码,指定页容量和指定参数分页查询对象。
page(Class<T>, String, String, Long, Integer, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL,指定统计总数DSQL,指定页码,指定页容量和指定参数分页查询对象。
page(NamedSQL, NamedSQL, Long, Integer) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(Class<T>, NamedSQL, NamedSQL, Long, Integer) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(String, Long, Integer, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(String, String, Long, Integer, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(String, Long, Integer, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(String, String, Long, Integer, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(Class<T>, String, Long, Integer, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(Class<T>, String, String, Long, Integer, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(Class<T>, String, Long, Integer, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(Class<T>, String, String, Long, Integer, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
page(String, long, int, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
page(String, long, int, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
page(Class<T>, String, long, int, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
page(Class<T>, String, long, int, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
page(String, long, int, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL,指定页码,指定页容量和指定参数(分别列出参数名和参数值)分页查询对象
page(String, long, int, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL,指定页码,指定页容量和指定参数分页查询对象
page(Class<T>, String, long, int, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL,指定页码,指定页容量和指定参数(分别列出参数名和参数值)分页查询对象。
page(Class<T>, String, long, int, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL,指定页码,指定页容量和指定参数分页查询对象。
parseSQL(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
根据指定的参数params分析转换动态SQL dsql为SQL。
parseSQL(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
根据指定的参数params分析转换动态SQL dsql为SQL。

Q

query(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL和指定参数(分别列出参数名和参数值)查询对象。
query(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL和指定参数查询对象。
query(Class<?>, String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL和指定参数(分别列出参数名和参数值)查询对象。
query(Class<?>, String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL和指定参数查询对象。
query(Query) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用指定的查询对象查询对象
query(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
query(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
query(Class<?>, String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
query(Class<?>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
query(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
query(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
query(Class<?>, String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
query(Class<?>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
query(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL和指定参数(分别列出参数名和参数值)查询对象。
query(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL和指定参数查询对象。
query(Class<?>, String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL和指定参数(分别列出参数名和参数值)查询对象。
query(Class<?>, String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL和指定参数查询对象。
queryBySQL(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryBySQL(Class<?>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryBySQL(ResultTransformer, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryFirstCol(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL和指定参数(分别列出参数名和参数值)查询第一列。
queryFirstCol(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL和指定参数查询对象。
queryFirstCol(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryFirstCol(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryFirstCol(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
queryFirstCol(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
queryFirstCol(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL和指定参数(分别列出参数名和参数值)查询第一列。
queryFirstCol(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL和指定参数查询对象。
queryUnique(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL和指定参数(分别列出参数名和参数值)查询唯一对象,如count查询等。
queryUnique(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定DSQL和指定参数查询唯一对象,如count查询等。
queryUnique(Class<T>, String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL和指定参数(分别列出参数名和参数值)查询唯一对象,如count查询等。
queryUnique(Class<T>, String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
使用指定类,指定DSQL和指定参数(分别列出参数名和参数值)查询唯一对象,如count查询等。
queryUnique(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryUnique(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryUnique(Class<T>, String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryUnique(Class<T>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryUnique(String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
queryUnique(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
queryUnique(Class<T>, String, Object...) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
queryUnique(Class<T>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
queryUnique(String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL和指定参数(分别列出参数名和参数值)查询唯一对象,如count查询等。
queryUnique(String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定DSQL和指定参数查询唯一对象,如count查询等。
queryUnique(Class<T>, String, Object...) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL和指定参数(分别列出参数名和参数值)查询唯一对象,如count查询等。
queryUnique(Class<T>, String, Map<String, Object>) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
使用指定类,指定DSQL和指定参数查询唯一对象,如count查询等。
queryUniqueBySQL(String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
queryUniqueBySQL(Class<T>, String, Map<String, Object>) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 

S

save(T) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
保存对象。
save(T) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
save(P) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
save(P) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
保存对象。
saveOrUpdate(T) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
保存或更新对象
saveOrUpdate(T) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
saveOrUpdate(P) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
saveOrUpdate(P) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
保存或更新对象。
saveOrUpdateBatch(List<T>, int) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
批量保存/更新对象。
saveOrUpdateBatch(List<T>, int) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
saveOrUpdateBatch(List<P>, int) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
saveOrUpdateBatch(List<P>, int) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
批量保存/更新对象。
Service<P> - cn.tenmg.hibernate.sqltool.service中的接口
数据库访问服务
sessionFactory - 类 中的变量cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
setCreateTimeFieldName(String) - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
setCreateUserFieldName(String) - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
setCurrentUserGetter(EntityInterceptor.CurrentUserGetter) - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
setDataSource(DataSource) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
setDsqlFactory(DSQLFactory) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
setModifyTimeFieldName(String) - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
setModifyUserFieldName(String) - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
setSessionFactory(SessionFactory) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
setShowSQL(boolean) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
setUpdateModifyWhenCreate(boolean) - 类 中的方法cn.tenmg.hibernate.sqltool.interceptor.EntityInterceptor
 
SimpleResultTransformer - cn.tenmg.hibernate.sqltool.dao.impl中的类
简单结果转换器
SimpleResultTransformer() - 类 的构造器cn.tenmg.hibernate.sqltool.dao.impl.SimpleResultTransformer
 

T

transformTuple(Object[], String[]) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.SimpleResultTransformer
 

U

uniqueResult(Query) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
使用指定查询对象查询仅含一行一列的唯一结果对象
update(T) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
更新对象。
update(T) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
update(P) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
update(P) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
更新对象。
updateBatch(List<T>, int) - 接口 中的方法cn.tenmg.hibernate.sqltool.dao.Dao
批量更新对象。
updateBatch(List<T>, int) - 类 中的方法cn.tenmg.hibernate.sqltool.dao.impl.DaoImpl
 
updateBatch(List<P>, int) - 类 中的方法cn.tenmg.hibernate.sqltool.service.impl.AbstractService
 
updateBatch(List<P>, int) - 接口 中的方法cn.tenmg.hibernate.sqltool.service.Service
批量更新对象。
A C D E G I O P Q S T U 
跳过导航链接

Copyright © 2021. All rights reserved.