|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.backend.impl.EventSourceTransactionContext
public class EventSourceTransactionContext
Implementation of the transactional context on top of an EventSource (Session)
| Constructor Summary | |
|---|---|
EventSourceTransactionContext(org.hibernate.event.EventSource eventSource)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getTransactionIdentifier()
|
boolean |
isTransactionInProgress()
|
void |
registerSynchronization(javax.transaction.Synchronization synchronization)
Register the given synchronization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventSourceTransactionContext(org.hibernate.event.EventSource eventSource)
| Method Detail |
|---|
public java.lang.Object getTransactionIdentifier()
getTransactionIdentifier in interface TransactionContextpublic void registerSynchronization(javax.transaction.Synchronization synchronization)
TransactionContext
registerSynchronization in interface TransactionContextsynchronization - synchronization to registerpublic boolean isTransactionInProgress()
isTransactionInProgress in interface TransactionContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||