Serializable@Interceptor public class JtaTransactionInterceptor extends LocalTransactionInterceptor
MANAGED transaction manager.| Constructor | Description |
|---|---|
JtaTransactionInterceptor() |
| Modifier and Type | Method | 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–2018 MyBatis.org. All rights reserved.