Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » backend » impl » [javadoc | source]
org.hibernate.search.backend.impl
public class: EventSourceTransactionContext [javadoc | source]
java.lang.Object
   org.hibernate.search.backend.impl.EventSourceTransactionContext

All Implemented Interfaces:
    TransactionContext, Serializable

Implementation of the transactional context on top of an EventSource (Session)
Field Summary
 EventSource eventSource     
Constructor:
 public EventSourceTransactionContext(EventSource eventSource) 
Method from org.hibernate.search.backend.impl.EventSourceTransactionContext Summary:
getTransactionIdentifier,   isTransactionInProgress,   registerSynchronization
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.backend.impl.EventSourceTransactionContext Detail:
 public Object getTransactionIdentifier() 
 public boolean isTransactionInProgress() 
 public  void registerSynchronization(Synchronization synchronization)