public class SpringFlushSynchronization extends Object implements TransactionSynchronization
flush()
call
to the underlying Hibernate Session. Used in combination with JTA.STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
SpringFlushSynchronization(Session session) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
void |
flush()
Flush the underlying session to the datastore, if applicable:
for example, a Hibernate/JPA session.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
afterCommit, afterCompletion, beforeCommit, beforeCompletion, getOrder, resume, suspend
public SpringFlushSynchronization(Session session)
public void flush()
TransactionSynchronization
flush
in interface Flushable
flush
in interface TransactionSynchronization
TransactionStatus.flush()