pt.ist.fenixframework.hibernatesearch
Class HibernateSearchTransactionContext

Package class diagram package HibernateSearchTransactionContext
java.lang.Object
  extended by pt.ist.fenixframework.hibernatesearch.HibernateSearchTransactionContext
All Implemented Interfaces:
org.hibernate.search.backend.TransactionContext

public class HibernateSearchTransactionContext
extends Object
implements org.hibernate.search.backend.TransactionContext


Method Summary
 Object getTransactionIdentifier()
           
 boolean isTransactionInProgress()
           
 void registerSynchronization(Synchronization synchronization)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTransactionIdentifier

public Object getTransactionIdentifier()
Specified by:
getTransactionIdentifier in interface org.hibernate.search.backend.TransactionContext

isTransactionInProgress

public boolean isTransactionInProgress()
Specified by:
isTransactionInProgress in interface org.hibernate.search.backend.TransactionContext

registerSynchronization

public void registerSynchronization(Synchronization synchronization)
Specified by:
registerSynchronization in interface org.hibernate.search.backend.TransactionContext


Copyright © 2013. All Rights Reserved.