Package io.jmix.eclipselink.impl
Class JmixEclipselinkTransactionExecutionListener
java.lang.Object
io.jmix.eclipselink.impl.JmixEclipselinkTransactionExecutionListener
- All Implemented Interfaces:
org.springframework.transaction.TransactionExecutionListener
public class JmixEclipselinkTransactionExecutionListener
extends Object
implements org.springframework.transaction.TransactionExecutionListener
-
Constructor Summary
ConstructorDescriptionJmixEclipselinkTransactionExecutionListener
(String key, org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterBegin
(org.springframework.transaction.TransactionExecution transaction, Throwable beginFailure) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.transaction.TransactionExecutionListener
afterCommit, afterRollback, beforeBegin, beforeCommit, beforeRollback
-
Constructor Details
-
JmixEclipselinkTransactionExecutionListener
public JmixEclipselinkTransactionExecutionListener(String key, org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
afterBegin
public void afterBegin(org.springframework.transaction.TransactionExecution transaction, @Nullable Throwable beginFailure) - Specified by:
afterBegin
in interfaceorg.springframework.transaction.TransactionExecutionListener
-