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 receiver5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.