Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
J
M
N
P
R
S
T
R
RowMapper
- interface com.framework.jdto.jdbc.wrapper.
RowMapper
.
All the DAO classes that call executeQuery(RowMapper rm) method of PreparedStatementWrapper or StatementWrapper should implement this interface.
releaseConnection()
- Method in class com.framework.jdto.transaction.
TransactionContext
Releases the Connection that is held by the Current Transaction Context once the transaction is either comitted or rolled back.
rollback()
- Method in interface com.framework.jdto.transaction.
Transaction
Rollback the transaction represented by this Transaction object.
rollback()
- Method in class com.framework.jdto.transaction.
TransactionContext
RollBack the Transaction if the current Transaction Status is STATUS_MARKED_ROLLBACK.
rollbackTransaction()
- Static method in class com.framework.jdto.transaction.
TransactionContextManager
This method rollback's the Transaction provided the current Transaction Status is STATUS_MARKED_ROLLBACK.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
J
M
N
P
R
S
T