public interface HibernateTransactionAdvisor
HibernateTransactionDecorator
.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.