public interface AfterTransactionCompletionProcess
| Modifier and Type | Method and Description | 
|---|---|
| void | doAfterTransactionCompletion(boolean success,
                            SessionImplementor session)Perform whatever processing is encapsulated here after completion of the transaction. | 
void doAfterTransactionCompletion(boolean success,
                                  SessionImplementor session)
success - Did the transaction complete successfully?  True means it did.session - The session on which the transaction is completing.Copyright © 2018 JBoss by Red Hat. All rights reserved.