- TEST_PERIOD - Static variable in class js.transaction.hibernate.HibernateAdapter
-
Database connection keep alive period, set to half hour.
- TEST_QUERY - Static variable in class js.transaction.hibernate.HibernateAdapter
-
Query for database connection keep alive transaction.
- TimeZoneHbm - Class in js.hibernate.hbm
-
Time zone Hibernate user defined type.
- TimeZoneHbm() - Constructor for class js.hibernate.hbm.TimeZoneHbm
-
Create user defined type for Java time zone.
- transaction - Variable in class js.transaction.hibernate.TransactionImpl
-
Hibernate transaction.
- TransactionalProxy(Object) - Constructor for class js.transaction.hibernate.TransactionFactoryImpl.TransactionalProxy
-
- TransactionFactoryImpl - Class in js.transaction.hibernate
-
Hibernate based implementation for TransactionFactory
interface.
- TransactionFactoryImpl() - Constructor for class js.transaction.hibernate.TransactionFactoryImpl
-
Convenient constructor using default Hibernate configuration file, hibernate.cfg.xml
.
- TransactionFactoryImpl(String) - Constructor for class js.transaction.hibernate.TransactionFactoryImpl
-
Create transaction factory instance and configure it from given resource name.
- TransactionFactoryImpl.TransactionalProxy - Class in js.transaction.hibernate
-
Java invocation handler for transactional Proxy.
- TransactionImpl - Class in js.transaction.hibernate
-
Transaction implementation for Hibernate session.
- TransactionImpl(HibernateAdapter, int, boolean) - Constructor for class js.transaction.hibernate.TransactionImpl
-
Create transaction instance.
- TransactionManagerImpl - Class in js.transaction.hibernate
-
Implementation for TransactionManager
interface.
- TransactionManagerImpl() - Constructor for class js.transaction.hibernate.TransactionManagerImpl
-
Create transaction manager instance.
- transactionsCache - Variable in class js.transaction.hibernate.HibernateAdapter
-
Keep current on working transaction on thread local variable.
- transactionTimeout - Variable in class js.transaction.hibernate.HibernateAdapter
-
Hibernate transaction timeout.
- types - Static variable in class js.transaction.hibernate.SqlQueryImpl
-
Map of Java class to Hibernate standard basic types.