A B C D E F G H I L M N Q R S T U 

A

addBatch() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
addBatch(String) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
appendParameterName(StringBuilder, int) - 类 中的静态方法net.matrix.sql.hibernate.HQLs
 
applyConfiguration(SessionFactory) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
applyConfiguration(SessionFactory) - 类 中的方法net.matrix.sql.hibernate.type.LocalDateTimeAsIntegerType
 
applyConfiguration(SessionFactory) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 

B

BatchedPreparedStatement - net.matrix.sql中的类
可以批量执行的 PreparedStatement。
BatchedPreparedStatement(PreparedStatement) - 类 的构造器net.matrix.sql.BatchedPreparedStatement
包装一个 PreparedStatement,不使用批量执行。
BatchedPreparedStatement(PreparedStatement, int) - 类 的构造器net.matrix.sql.BatchedPreparedStatement
包装一个 PreparedStatement,指定最大批量执行数量。
batchExecute(String, Object...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
执行HQL进行批量修改/删除操作.
batchExecute(String, Map<String, ?>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
执行HQL进行批量修改/删除操作.
begin() - 类 中的方法net.matrix.sql.hibernate.HibernateTransactionContext
启动事务。
beginTransaction() - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
beginTransaction(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
BooleanAsIntegerType - net.matrix.sql.hibernate.type中的类
将数据库中的整形值作为布尔值处理的类型。
BooleanAsIntegerType() - 类 的构造器net.matrix.sql.hibernate.type.BooleanAsIntegerType
 

C

cancel() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
clearAll() - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
清除所有 SessionFactory 配置。
clearBatch() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
clearParameters() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
clearWarnings() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
close() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
closeOnCompletion() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
closeSession() - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
closeSession(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
commit() - 类 中的方法net.matrix.sql.hibernate.HibernateTransactionContext
提交事务。
commitTransaction() - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
commitTransaction(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
ConnectionInfo - net.matrix.sql中的类
数据库连接信息。
ConnectionInfo(String, String, String, String) - 类 的构造器net.matrix.sql.ConnectionInfo
构造并获取连接信息。
count() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
count(String, Map<String, ?>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
create(Session, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储一个对象
create(HibernateTransactionContext, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储一个对象
create(Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储一个对象
create(String, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储一个对象
createCriteria(Criterion...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
根据 Criterion 条件创建 Criteria。
createOrUpdate(Session, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储或更新一个对象
createOrUpdate(HibernateTransactionContext, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储或更新一个对象
createOrUpdate(Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储或更新一个对象
createOrUpdate(String, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储或更新一个对象
createQuery(String, Object...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
根据查询HQL与参数列表创建Query对象.
createQuery(String, Map<String, ?>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
根据查询HQL与参数列表创建Query对象.
createQuery(String, Map<String, ?>, Pageable) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
根据查询 HQL 与参数列表创建 Query 对象。
createSession() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
使用 SessionFactory 建立 Session。
currentSession() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
取得当前 Session。

D

DATE_FORMAT - 类 中的静态变量net.matrix.sql.hibernate.type.LocalDateTimeAsIntegerType
仅有日期的格式。
DEFAULT_NAME - 类 中的静态变量net.matrix.sql.hibernate.SessionFactoryManager
默认的 SessionFactory 名称。
delete(ID) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按 id 删除对象。
delete(T) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
删除对象。
delete(Iterable<? extends T>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
delete(Session, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
从数据库中删除一个对象
delete(HibernateTransactionContext, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
从数据库中删除一个对象
delete(Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
从数据库中删除一个对象
delete(String, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
从数据库中删除一个对象
delete(Session, Class, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
从数据库中删除一个对象
delete(HibernateTransactionContext, Class, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
从数据库中删除一个对象
delete(Class, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
从数据库中删除一个对象
delete(String, Class, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
从数据库中删除一个对象
deleteAll() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
distinct(Criteria) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
为 Criteria 添加 distinct transformer。
distinct(Query) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
为 Query 添加 distinct transformer。
doReturningWork(Session, ReturningWork<T>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
dropTransactionContext() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
丢弃顶层事务上下文。

E

execute() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
execute(String, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
execute(String, int[]) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
execute(String, String[]) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
execute(String) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
execute(Session, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(HibernateTransactionContext, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(String, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(Session, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(HibernateTransactionContext, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(String, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(Session, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(HibernateTransactionContext, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
execute(String, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
执行 HQL 语句
executeBatch() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
executeQuery() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
executeQuery(String) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
executeUpdate() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
executeUpdate(String, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
executeUpdate(String, int[]) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
executeUpdate(String, String[]) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
executeUpdate(String) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
exists(ID) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 

F

find(Criterion...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按 Criteria 查询对象列表。
find(String, Object...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按HQL查询对象列表.
find(String, Map<String, ?>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按HQL查询对象列表.
find(String, Map<String, ?>, Pageable) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
findAll() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
获取全部对象。
findAll(Iterable<ID>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按 id 列表获取对象列表。
findAll(Sort) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
获取全部对象,支持按属性行序。
findAll(Pageable) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
findBy(String, Object) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按属性查找对象列表,匹配方式为相等。
findOne(ID) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按 id 获取对象。
findOne(Criterion...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按 Criteria 查询唯一对象。
findOneBy(String, Object) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按属性查找唯一对象,匹配方式为相等。
findUnique(String, Object...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按HQL查询唯一对象.
findUnique(String, Map<String, ?>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按HQL查询唯一对象.
fromNonNullString(String) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnBooleanMapper
 
fromNonNullString(String) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnLocalDateTimeMapper
 
fromNonNullValue(Integer) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnBooleanMapper
 
fromNonNullValue(Integer) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnLocalDateTimeMapper
 
fromNonNullValue(String) - 类 中的方法net.matrix.sql.hibernate.type.StringColumnIntegerListMapper
 
fromNonNullValue(String) - 类 中的方法net.matrix.sql.hibernate.type.StringColumnStringListMapper
 

G

get(Session, Class<T>, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据类型和主键从数据库中获得一个对象,若没有则返回 null
get(HibernateTransactionContext, Class<T>, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据类型和主键从数据库中获得一个对象,若没有则返回 null
get(Class<T>, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据类型和主键从数据库中获得一个对象,若没有则返回 null
get(String, Class<T>, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据类型和主键从数据库中获得一个对象,若没有则返回 null
getAsMap(Session, Class, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据类型和主键从数据库中获得一个对象,若没有则返回 null
getAsMap(HibernateTransactionContext, Class, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据类型和主键从数据库中获得一个对象,若没有则返回 null
getAsMap(Class, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据类型和主键从数据库中获得一个对象,若没有则返回 null
getAsMap(String, Class, Serializable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据类型和主键从数据库中获得一个对象,若没有则返回 null
getConfiguration() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
获取 SessionFactory 配置。
getConnection() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getConnection() - 类 中的方法net.matrix.sql.ConnectionInfo
使用数据库连接信息建立一个连接。
getConnectionInfo() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
获取 SessionFactory 相关连接信息。
getDatabaseType() - 类 中的方法net.matrix.sql.ConnectionInfo
获得数据库类型。
getDriverClass() - 类 中的方法net.matrix.sql.ConnectionInfo
 
getDriverName() - 类 中的方法net.matrix.sql.ConnectionInfo
 
getEntityClass() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
getFetchDirection() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getFetchSize() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getGeneratedKeys() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getInstance() - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
 
getInstance(String) - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
 
getMaxFieldSize() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getMaxRows() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getMetaData() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getMoreResults() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getMoreResults(int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getParameterMetaData() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getParameterName(int) - 类 中的静态方法net.matrix.sql.hibernate.HQLs
 
getPassword() - 类 中的方法net.matrix.sql.ConnectionInfo
 
getQueryTimeout() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getResultSet() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getResultSetConcurrency() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getResultSetHoldability() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getResultSetType() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getServiceRegistry() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
获取 ServiceRegistry。
getSession() - 类 中的方法net.matrix.sql.hibernate.HibernateTransactionContext
获取对应的 Hibernate Session。
getSessionFactory() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
取得 sessionFactory。
getSessionFactory() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
获取 SessionFactory。
getTransactionContext() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
获取当前顶层事务上下文,没有则建立。
getUpdateCount() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getUrl() - 类 中的方法net.matrix.sql.ConnectionInfo
 
getUsername() - 类 中的方法net.matrix.sql.ConnectionInfo
 
getWarnings() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 

H

HibernateDAO<T,ID extends Serializable> - net.matrix.sql.hibernate中的类
封装 Hibernate 原生 API 的 DAO 泛型基类。
HibernateDAO() - 类 的构造器net.matrix.sql.hibernate.HibernateDAO
通过子类的泛型定义取得实体类型。
HibernateDAO(Class<T>) - 类 的构造器net.matrix.sql.hibernate.HibernateDAO
直接指定实体类型。
HibernateDAO(SessionFactory) - 类 的构造器net.matrix.sql.hibernate.HibernateDAO
通过子类的泛型定义取得实体类型。
HibernateDAO(SessionFactory, Class<T>) - 类 的构造器net.matrix.sql.hibernate.HibernateDAO
直接指定实体类型。
HibernateHelper - net.matrix.sql.hibernate中的类
Hibernate 实用类。
HibernateTransactionContext - net.matrix.sql.hibernate中的类
Hibernate 事务上下文。
HibernateTransactionContext() - 类 的构造器net.matrix.sql.hibernate.HibernateTransactionContext
使用默认的 SessionFactory 构建。
HibernateTransactionContext(String) - 类 的构造器net.matrix.sql.hibernate.HibernateTransactionContext
使用指定的 SessionFactory 名称构建。
HQLs - net.matrix.sql.hibernate中的类
HQL 工具类。

I

IntegerColumnBooleanMapper - net.matrix.sql.hibernate.type中的类
映射布尔值到整形字段。
IntegerColumnBooleanMapper() - 类 的构造器net.matrix.sql.hibernate.type.IntegerColumnBooleanMapper
 
IntegerColumnLocalDateTimeMapper - net.matrix.sql.hibernate.type中的类
映射日期时间值到整形字段。
IntegerColumnLocalDateTimeMapper() - 类 的构造器net.matrix.sql.hibernate.type.IntegerColumnLocalDateTimeMapper
 
IntegerListAsStringType - net.matrix.sql.hibernate.type中的类
将数据库中的字符串值作为整形列表值处理的类型。
IntegerListAsStringType() - 类 的构造器net.matrix.sql.hibernate.type.IntegerListAsStringType
 
isAutoFlush() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
isClosed() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
isCloseOnCompletion() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
isNameUsed(String) - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
判断 SessionFactory 名称是否已被占用。
isPoolable() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
isPropertyUnique(String, Object, Object) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
判断对象的属性值在数据库内是否唯一。
isWrapperFor(Class<?>) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 

L

LocalDateTimeAsIntegerType - net.matrix.sql.hibernate.type中的类
将数据库中的整形值作为日期时间值处理的类型。
LocalDateTimeAsIntegerType() - 类 的构造器net.matrix.sql.hibernate.type.LocalDateTimeAsIntegerType
 
logger - 类 中的变量net.matrix.sql.hibernate.HibernateDAO
 

M

merge(Session, T) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储一个对象
merge(HibernateTransactionContext, T) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储一个对象
merge(T) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储一个对象
merge(String, T) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中存储一个对象

N

nameSessionFactory(String) - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
命名默认配置文件到指定名称。
nameSessionFactory(String, String) - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
命名一个配置文件到指定名称。
net.matrix.sql - 程序包 net.matrix.sql
数据库操作。
net.matrix.sql.hibernate - 程序包 net.matrix.sql.hibernate
Hibernate 数据库映射工具的相关类。
net.matrix.sql.hibernate.type - 程序包 net.matrix.sql.hibernate.type
Hibernate 自定义数据类型。
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 

Q

queryAll(Session, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(HibernateTransactionContext, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(String, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(Session, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(HibernateTransactionContext, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(String, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(Session, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(HibernateTransactionContext, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAll(String, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(Session, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(HibernateTransactionContext, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(String, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(Session, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(HibernateTransactionContext, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(String, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(Session, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(HibernateTransactionContext, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryAllAsMap(String, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表
queryCount(Session, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(HibernateTransactionContext, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(String, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(Session, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(HibernateTransactionContext, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(String, String, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(Session, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(HibernateTransactionContext, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryCount(String, String, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得整形返回值
queryPage(Session, String, int, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(HibernateTransactionContext, String, int, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(String, int, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(String, String, int, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(Session, String, int, int, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(HibernateTransactionContext, String, int, int, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(String, int, int, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(String, String, int, int, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(Session, String, int, int, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(HibernateTransactionContext, String, int, int, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(String, int, int, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPage(String, String, int, int, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(Session, String, int, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(HibernateTransactionContext, String, int, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(String, int, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(String, String, int, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(Session, String, int, int, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(HibernateTransactionContext, String, int, int, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(String, int, int, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(String, String, int, int, Iterable) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(Session, String, int, int, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(HibernateTransactionContext, String, int, int, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(String, int, int, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
queryPageAsMap(String, String, int, int, Map<String, ?>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
根据 HQL 查询字符串和参数从数据库中获得对象列表,限定起始结果和行数。
querySQLAsMap(Session, String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLAsMap(HibernateTransactionContext, String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLAsMap(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLAsMap(String, String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLCount(Session, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLCount(HibernateTransactionContext, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLCount(String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLCount(String, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLCount(Session, String, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLCount(HibernateTransactionContext, String, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLCount(String, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLCount(String, String, int, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLPageAsMap(Session, String, int, int) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLPageAsMap(HibernateTransactionContext, String, int, int) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLPageAsMap(String, int, int) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
querySQLPageAsMap(String, String, int, int) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 

R

release() - 类 中的方法net.matrix.sql.hibernate.HibernateTransactionContext
释放事务资源。
releaseTransaction() - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
releaseTransaction(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
reset() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
关闭 SessionFactory。
resetAll() - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
重置所有 SessionFactory 配置。
rollback() - 类 中的方法net.matrix.sql.hibernate.HibernateTransactionContext
撤销事务。
rollbackTransaction() - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
rollbackTransaction(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 

S

save(S) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
保存新增或修改的对象。
save(Iterable<S>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
SessionFactoryManager - net.matrix.sql.hibernate中的类
Hibernate SessionFactory 管理器。
setArray(int, Array) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setAsciiStream(int, InputStream, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setAsciiStream(int, InputStream, long) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setAsciiStream(int, InputStream) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBigDecimal(int, BigDecimal) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBinaryStream(int, InputStream, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBinaryStream(int, InputStream, long) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBinaryStream(int, InputStream) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBlob(int, Blob) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBlob(int, InputStream, long) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBlob(int, InputStream) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBoolean(int, boolean) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setByte(int, byte) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setBytes(int, byte[]) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setCharacterStream(int, Reader, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setCharacterStream(int, Reader, long) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setCharacterStream(int, Reader) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setClob(int, Clob) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setClob(int, Reader, long) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setClob(int, Reader) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setCursorName(String) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setDate(int, Date) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setDate(int, Date, Calendar) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setDouble(int, double) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setEscapeProcessing(boolean) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setFetchDirection(int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setFetchSize(int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setFloat(int, float) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setFormat(String) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnLocalDateTimeMapper
 
setInt(int, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setLong(int, long) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setMaxFieldSize(int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setMaxRows(int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setNCharacterStream(int, Reader, long) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setNCharacterStream(int, Reader) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setNClob(int, NClob) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setNClob(int, Reader, long) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setNClob(int, Reader) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setNString(int, String) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setNull(int, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setNull(int, int, String) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setObject(int, Object, int, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setObject(int, Object, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setObject(int, Object) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setPoolable(boolean) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setQueryTimeout(int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setRef(int, Ref) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setRowId(int, RowId) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setSeparator(String) - 类 中的方法net.matrix.sql.hibernate.type.StringColumnIntegerListMapper
 
setSeparator(String) - 类 中的方法net.matrix.sql.hibernate.type.StringColumnStringListMapper
 
setSessionFactory(SessionFactory) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
setShort(int, short) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setSQLXML(int, SQLXML) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setString(int, String) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setTime(int, Time) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setTime(int, Time, Calendar) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setTimestamp(int, Timestamp) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
setUnicodeStream(int, InputStream, int) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
已过时。
setURL(int, URL) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
StringColumnIntegerListMapper - net.matrix.sql.hibernate.type中的类
映射整形列表值到字符串字段。
StringColumnIntegerListMapper() - 类 的构造器net.matrix.sql.hibernate.type.StringColumnIntegerListMapper
 
StringColumnStringListMapper - net.matrix.sql.hibernate.type中的类
映射字符串列表值到字符串字段。
StringColumnStringListMapper() - 类 的构造器net.matrix.sql.hibernate.type.StringColumnStringListMapper
 
StringListAsStringType - net.matrix.sql.hibernate.type中的类
将数据库中的字符串值作为字符串列表值处理的类型。
StringListAsStringType() - 类 的构造器net.matrix.sql.hibernate.type.StringListAsStringType
 

T

toNonNullString(Boolean) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnBooleanMapper
 
toNonNullString(LocalDateTime) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnLocalDateTimeMapper
 
toNonNullValue(Boolean) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnBooleanMapper
 
toNonNullValue(LocalDateTime) - 类 中的方法net.matrix.sql.hibernate.type.IntegerColumnLocalDateTimeMapper
 
toNonNullValue(List<Integer>) - 类 中的方法net.matrix.sql.hibernate.type.StringColumnIntegerListMapper
 
toNonNullValue(List<String>) - 类 中的方法net.matrix.sql.hibernate.type.StringColumnStringListMapper
 

U

unwrap(Class<T>) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
update(T) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
 
update(Session, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中更新一个对象
update(HibernateTransactionContext, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中更新一个对象
update(Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中更新一个对象
update(String, Object) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
向数据库中更新一个对象
updateSQL(Session, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
updateSQL(HibernateTransactionContext, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
updateSQL(String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
updateSQL(String, String, Object...) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
A B C D E F G H I L M N Q R S T U 

Copyright © 2008–2014 Matrix. All rights reserved.