Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » backend » [javadoc | source]
org.hibernate.search.backend
public interface: TransactionContext [javadoc | source]

All Known Implementing Classes:
    EventSourceTransactionContext

Contract needed by Hibernate Search to batch changes per transaction.
Method from org.hibernate.search.backend.TransactionContext Summary:
getTransactionIdentifier,   isTransactionInProgress,   registerSynchronization
Method from org.hibernate.search.backend.TransactionContext Detail:
 public Object getTransactionIdentifier()
 public boolean isTransactionInProgress()
 public  void registerSynchronization(Synchronization synchronization)
    Register the given synchronization.