Uses of Interface
org.apache.torque.util.TransactionManager
-
Packages that use TransactionManager Package Description org.apache.torque.util Misc. utility classes. -
-
Uses of TransactionManager in org.apache.torque.util
Classes in org.apache.torque.util that implement TransactionManager Modifier and Type Class Description class
TransactionManagerImpl
Standard connection and transaction management for Torque.Methods in org.apache.torque.util that return TransactionManager Modifier and Type Method Description static TransactionManager
Transaction. getTransactionManager()
Returns the current transaction manager.Methods in org.apache.torque.util with parameters of type TransactionManager Modifier and Type Method Description static void
Transaction. setTransactionManager(TransactionManager transactionManager)
Sets the transaction manager to use.
-