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 SummaryConstructorsConstructorDescriptionJmixEclipselinkTransactionExecutionListener(String key, org.springframework.context.ApplicationContext applicationContext) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidafterBegin(org.springframework.transaction.TransactionExecution transaction, Throwable beginFailure) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.transaction.TransactionExecutionListenerafterCommit, afterRollback, beforeBegin, beforeCommit, beforeRollback
- 
Constructor Details- 
JmixEclipselinkTransactionExecutionListenerpublic JmixEclipselinkTransactionExecutionListener(String key, org.springframework.context.ApplicationContext applicationContext) 
 
- 
- 
Method Details- 
afterBeginpublic void afterBegin(org.springframework.transaction.TransactionExecution transaction, @Nullable Throwable beginFailure) - Specified by:
- afterBeginin interface- org.springframework.transaction.TransactionExecutionListener
 
 
-