public interface JpaTransactionAdvisor
CommitAfter
the current transaction is committed.
Declared exceptions will also commit the
transaction; runtime exceptions will roll back the transaction.Modifier and Type | Method and Description |
---|---|
void |
addTransactionCommitAdvice(MethodAdviceReceiver receiver)
Identifies any methods with the
CommitAfter annotation and
applies the transaction logic to those methods. |
void addTransactionCommitAdvice(MethodAdviceReceiver receiver)
CommitAfter
annotation and
applies the transaction logic to those methods.receiver
- advice receiverCopyright © 2003-2012 The Apache Software Foundation.