org.jboss.seam.transaction
public interface Synchronizations
Modifier and Type | Method and Description |
---|---|
void |
afterTransactionBegin() |
void |
afterTransactionCommit(boolean success) |
void |
afterTransactionRollback() |
void |
beforeTransactionCommit() |
boolean |
isAwareOfContainerTransactions() |
void |
registerSynchronization(Synchronization sync) |
void afterTransactionBegin()
void afterTransactionCommit(boolean success)
void afterTransactionRollback()
void beforeTransactionCommit()
void registerSynchronization(Synchronization sync)
boolean isAwareOfContainerTransactions()
Copyright © 2015 Seam Framework. All Rights Reserved.