org.hibernate.search.backend.impl
Class EventSourceTransactionContext
java.lang.Object
org.hibernate.search.backend.impl.EventSourceTransactionContext
- All Implemented Interfaces:
- Serializable, TransactionContext
public class EventSourceTransactionContext
- extends Object
- implements TransactionContext, Serializable
Implementation of the transactional context on top of an EventSource (Session)
- Author:
- Navin Surtani - navin@surtani.org, Emmanuel Bernard, Sanne Grinovero
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSourceTransactionContext
public EventSourceTransactionContext(org.hibernate.event.spi.EventSource eventSource)
getTransactionIdentifier
public Object getTransactionIdentifier()
- Specified by:
getTransactionIdentifier in interface TransactionContext
registerSynchronization
public void registerSynchronization(Synchronization synchronization)
- Specified by:
registerSynchronization in interface TransactionContext
isTransactionInProgress
public boolean isTransactionInProgress()
- Specified by:
isTransactionInProgress in interface TransactionContext
Copyright © 2006–2013 Hibernate. All rights reserved.