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