Skip navigation links
A B C G N R T 

A

addEndHook(Runnable) - Method in class net.moznion.db.transaction.manager.TransactionScope
Add an end hook for transaction.
AlreadyRollbackedException - Exception in net.moznion.db.transaction.manager
Thrown to indicate that a transaction has been already rollbacked by another rollback().
AlreadyRollbackedException(String) - Constructor for exception net.moznion.db.transaction.manager.AlreadyRollbackedException
Constructs an AlreadyRollbackedException with the specified detail message.

B

build() - Method in class net.moznion.db.transaction.manager.TransactionTraceInfo.Builder
Construct new instance of TransactionTraceInfo based on builder.
builder() - Static method in class net.moznion.db.transaction.manager.TransactionTraceInfo
Return new builder for this instance.
Builder() - Constructor for class net.moznion.db.transaction.manager.TransactionTraceInfo.Builder
 

C

close() - Method in class net.moznion.db.transaction.manager.TransactionScope
 
commit() - Method in class net.moznion.db.transaction.manager.TransactionScope
Commits the current transaction.

G

getActiveTransactions() - Method in class net.moznion.db.transaction.manager.TransactionManager
Stack traced information of active transactions.
getCurrentTransaction() - Method in class net.moznion.db.transaction.manager.TransactionManager
Stack traced information of current transactions.

N

net.moznion.db.transaction.manager - package net.moznion.db.transaction.manager
 

R

rollback() - Method in class net.moznion.db.transaction.manager.TransactionScope
Rollbacks the current transaction.

T

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.
A B C G N R T 
Skip navigation links

Copyright © 2015. All rights reserved.