public class SpringFlushSynchronization extends TransactionSynchronizationAdapter
flush() call
 to the underlying Hibernate Session. Used in combination with JTA.STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWNHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
| SpringFlushSynchronization(Session session) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| 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 SpringFlushSynchronization(Session session)
public void flush()
TransactionSynchronizationflush in interface Flushableflush in interface TransactionSynchronizationflush in class TransactionSynchronizationAdapterTransactionStatus.flush()