@Interceptor public class JtaTransactionInterceptor extends LocalTransactionInterceptor
MANAGED transaction manager.| Constructor and Description |
|---|
JtaTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beginJta() |
protected void |
endJta(boolean isExternaTransaction,
boolean needsRollback) |
protected boolean |
isTransactionActive() |
getTransactionalAnnotation, invokeprotected boolean isTransactionActive()
throws SystemException
isTransactionActive in class LocalTransactionInterceptorSystemExceptionprotected void beginJta()
throws NotSupportedException,
SystemException
beginJta in class LocalTransactionInterceptorNotSupportedExceptionSystemExceptionprotected void endJta(boolean isExternaTransaction,
boolean needsRollback)
throws SystemException,
RollbackException,
HeuristicMixedException,
HeuristicRollbackException
endJta in class LocalTransactionInterceptorSystemExceptionRollbackExceptionHeuristicMixedExceptionHeuristicRollbackExceptionCopyright © 2013–2017 MyBatis.org. All rights reserved.