- toString() - Method in class net.moznion.db.transaction.manager.TransactionTraceInfo
-
- TransactionManager - Class in net.moznion.db.transaction.manager
-
The manager for transaction.
- TransactionManager(Connection) - Constructor for class net.moznion.db.transaction.manager.TransactionManager
-
Constructs a transaction manager.
- TransactionScope - Class in net.moznion.db.transaction.manager
-
The handler of a transaction manager which is scope (means try-with-resources statement) based.
- TransactionScope(TransactionManager) - Constructor for class net.moznion.db.transaction.manager.TransactionScope
-
Constructs a handler of a transaction manager with is scope based.
- TransactionTraceInfo - Class in net.moznion.db.transaction.manager
-
Represents the stack traced information for transaction.
- TransactionTraceInfo.Builder - Class in net.moznion.db.transaction.manager
-
Builder of traced information for transaction.
- txnAddEndHook(Runnable) - Method in class net.moznion.db.transaction.manager.TransactionManager
-
Add an end hook for transaction.
- txnBegin() - Method in class net.moznion.db.transaction.manager.TransactionManager
-
Begins transaction.
- txnBegin(boolean) - Method in class net.moznion.db.transaction.manager.TransactionManager
-
Begins transaction with specified original auto commit status.
- txnCommit() - Method in class net.moznion.db.transaction.manager.TransactionManager
-
Commits the current transaction.
- txnRollback() - Method in class net.moznion.db.transaction.manager.TransactionManager
-
Rollbacks the current transaction.