| |
|
| java.lang.Object org.concern.controller.Transactions
Transactions | public class Transactions (Code) | | |
MANDATORY | final public static int MANDATORY(Code) | | |
NEVER | final public static int NEVER(Code) | | |
REQUIRED | final public static int REQUIRED(Code) | | |
Transactions | public Transactions()(Code) | | |
Transactions | public Transactions(TransactionManager transactionManager)(Code) | | |
begin | public void begin()(Code) | | |
commit | public void commit()(Code) | | |
endMandatory | public void endMandatory()(Code) | | |
endNever | public void endNever()(Code) | | |
getPropagationNesting | public int getPropagationNesting()(Code) | | |
rollback | public void rollback()(Code) | | |
setRollbackOnly | public void setRollbackOnly()(Code) | | |
setTransactionManager | public void setTransactionManager(TransactionManager transactionManager)(Code) | | |
|
|
|