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
 
append(char) - 类 中的方法net.matrix.sql.hibernate.HQLBuilder
 
append(CharSequence) - 类 中的方法net.matrix.sql.hibernate.HQLBuilder
 
append(CharSequence, int, int) - 类 中的方法net.matrix.sql.hibernate.HQLBuilder
 
appendParameterName(int) - 类 中的方法net.matrix.sql.hibernate.HQLBuilder
 
assemble(Serializable, Object) - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
assemble(Serializable, Object) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
assemble(Serializable, Object) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
assemble(Serializable, Object) - 类 中的方法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
 
begin() - 接口 中的方法net.matrix.sql.TransactionContext
启动事务。
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
 
clear() - 类 中的方法net.matrix.sql.hibernate.HQLBuilder
 
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
 
commit() - 接口 中的方法net.matrix.sql.TransactionContext
提交事务。
commitTransaction() - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
commitTransaction(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
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对象.
createSession() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
使用 SessionFactory 建立 Session。

D

DatabaseConnectionInfo - net.matrix.sql中的类
数据库连接信息。
DatabaseConnectionInfo(String, String, String, String) - 类 的构造器net.matrix.sql.DatabaseConnectionInfo
 
DateTimeAsIntegerType - net.matrix.sql.hibernate.type中的类
将数据库中的整形值作为日期时间值处理的类型。
DateTimeAsIntegerType() - 类 的构造器net.matrix.sql.hibernate.type.DateTimeAsIntegerType
默认构造器,识别数据为仅有日期的格式。
deepCopy(Object) - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
deepCopy(Object) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
deepCopy(Object) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
deepCopy(Object) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
DEFAULT_NAME - 类 中的静态变量net.matrix.sql.hibernate.SessionFactoryManager
默认的 SessionFactory 名称。
delete(T) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
删除对象。
delete(ID) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按 id 删除对象。
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
从数据库中删除一个对象
disassemble(Object) - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
disassemble(Object) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
disassemble(Object) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
disassemble(Object) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
distinct(Query) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
为Query添加distinct transformer.
distinct(Criteria) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
为Criteria添加distinct transformer.
doWork(Session, ReturningWork<T>) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
dropTransactionContext() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
丢弃顶层事务上下文。

E

entityClass - 类 中的变量net.matrix.sql.hibernate.HibernateDAO
 
equals(Object, Object) - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
equals(Object, Object) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
equals(Object, Object) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
equals(Object, Object) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
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
 

F

find(String, Object...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按HQL查询对象列表.
find(String, Map<String, ?>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按HQL查询对象列表.
find(Criterion...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按Criteria查询对象列表.
findBy(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查询唯一对象.
findUnique(Criterion...) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按Criteria查询唯一对象.
findUniqueBy(String, Object) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按属性查找唯一对象,匹配方式为相等。
flush() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
Flush当前Session.

G

get(ID) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按 id 获取对象。
get(Collection<ID>) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
按 id 列表获取对象列表。
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
getAll() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
获取全部对象。
getAll(String, boolean) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
获取全部对象,支持按属性行序。
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
 
getConnectionInfo() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
获取 SessionFactory 相关连接信息。
getDatabaseType() - 类 中的方法net.matrix.sql.DatabaseConnectionInfo
获得数据库类型。
getDriverClass() - 类 中的方法net.matrix.sql.DatabaseConnectionInfo
 
getDriverName() - 类 中的方法net.matrix.sql.DatabaseConnectionInfo
 
getFetchDirection() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getFetchSize() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getGeneratedKeys() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
getIdName() - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
取得对象的主键名.
getInstance() - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
 
getInstance(String) - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
 
getJDBCConnection() - 类 中的方法net.matrix.sql.DatabaseConnectionInfo
使用数据库连接信息建立一个连接。
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.HQLBuilder
 
getPassword() - 类 中的方法net.matrix.sql.DatabaseConnectionInfo
 
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.HibernateDAO
取得当前 Session。
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.DatabaseConnectionInfo
 
getUserName() - 类 中的方法net.matrix.sql.DatabaseConnectionInfo
 
getWarnings() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 

H

hashCode(Object) - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
hashCode(Object) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
hashCode(Object) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
hashCode(Object) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
HibernateDAO<T,ID extends Serializable> - net.matrix.sql.hibernate中的类
封装 Hibernate 原生 API 的 DAO 泛型基类。
HibernateDAO(SessionFactory) - 类 的构造器net.matrix.sql.hibernate.HibernateDAO
通过子类的泛型定义取得对象类型 Class。
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 名称构建。
HQLBuilder - net.matrix.sql.hibernate中的类
HQL 构造器。
HQLBuilder() - 类 的构造器net.matrix.sql.hibernate.HQLBuilder
 

I

initProxyObject(Object) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
初始化对象.
IntegerListAsStringType - net.matrix.sql.hibernate.type中的类
 
IntegerListAsStringType() - 类 的构造器net.matrix.sql.hibernate.type.IntegerListAsStringType
 
isClosed() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
isCloseOnCompletion() - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
isMutable() - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
isMutable() - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
isMutable() - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
isMutable() - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
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

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.BooleanAsIntegerType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
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.BooleanAsIntegerType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
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
 
release() - 接口 中的方法net.matrix.sql.TransactionContext
释放事务资源。
releaseTransaction() - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
releaseTransaction(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
replace(Object, Object, Object) - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
replace(Object, Object, Object) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
replace(Object, Object, Object) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
replace(Object, Object, Object) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
reset() - 类 中的方法net.matrix.sql.hibernate.SessionFactoryManager
关闭 SessionFactory。
resetAll() - 类 中的静态方法net.matrix.sql.hibernate.SessionFactoryManager
重置所有 SessionFactory 配置。
returnedClass() - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
returnedClass() - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
returnedClass() - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
returnedClass() - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
rollback() - 类 中的方法net.matrix.sql.hibernate.HibernateTransactionContext
 
rollback() - 接口 中的方法net.matrix.sql.TransactionContext
撤销事务。
rollbackTransaction() - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 
rollbackTransaction(String) - 类 中的静态方法net.matrix.sql.hibernate.HibernateHelper
 

S

save(T) - 类 中的方法net.matrix.sql.hibernate.HibernateDAO
保存新增或修改的对象。
sessionFactory - 类 中的变量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
 
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
 
setParameterValues(Properties) - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
setParameterValues(Properties) - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
setParameterValues(Properties) - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
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
 
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
 
sqlTypes() - 类 中的方法net.matrix.sql.hibernate.type.BooleanAsIntegerType
 
sqlTypes() - 类 中的方法net.matrix.sql.hibernate.type.DateTimeAsIntegerType
 
sqlTypes() - 类 中的方法net.matrix.sql.hibernate.type.IntegerListAsStringType
 
sqlTypes() - 类 中的方法net.matrix.sql.hibernate.type.StringListAsStringType
 
StringListAsStringType - net.matrix.sql.hibernate.type中的类
 
StringListAsStringType() - 类 的构造器net.matrix.sql.hibernate.type.StringListAsStringType
 

T

toString() - 类 中的方法net.matrix.sql.hibernate.HQLBuilder
 
TransactionContext - net.matrix.sql中的接口
事务处理上下文。

U

unwrap(Class<T>) - 类 中的方法net.matrix.sql.BatchedPreparedStatement
 
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-2013 Matrix. All Rights Reserved.