public class EventSourceTransactionContext extends Object implements TransactionContext, Serializable
| Constructor and Description |
|---|
EventSourceTransactionContext(org.hibernate.event.spi.EventSource eventSource) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTransactionIdentifier() |
boolean |
isTransactionInProgress() |
void |
registerSynchronization(Synchronization synchronization) |
public EventSourceTransactionContext(org.hibernate.event.spi.EventSource eventSource)
public Object getTransactionIdentifier()
getTransactionIdentifier in interface TransactionContextpublic void registerSynchronization(Synchronization synchronization)
registerSynchronization in interface TransactionContextpublic boolean isTransactionInProgress()
isTransactionInProgress in interface TransactionContextCopyright © 2006–2017 Hibernate. All rights reserved.