@Internal public class FlushSynchronization extends TransactionSynchronizationAdapter
flush() call
to the underlying Hibernate Session. Used in combination with JTA.TransactionSynchronization.Status| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
void |
flush()
Flush the underlying session to the datastore, if applicable:
for example, a Hibernate/JPA session.
|
int |
hashCode() |
afterCommit, afterCompletion, beforeCommit, beforeCompletion, getOrder, resume, suspendpublic void flush()
TransactionSynchronizationflush in interface TransactionSynchronizationflush in interface java.io.Flushableflush in class TransactionSynchronizationAdapterTransactionStatus.flush()public boolean equals(@Nullable
java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object