Class SpringFlushSynchronization
java.lang.Object
org.springframework.orm.hibernate5.SpringFlushSynchronization
- All Implemented Interfaces:
Flushable,org.springframework.core.Ordered,org.springframework.transaction.support.TransactionSynchronization
public class SpringFlushSynchronization
extends Object
implements org.springframework.transaction.support.TransactionSynchronization
Simple synchronization adapter that propagates a
flush() call
to the underlying Hibernate Session. Used in combination with JTA.- Since:
- 4.2
- Author:
- Juergen Hoeller
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface org.springframework.transaction.support.TransactionSynchronization
STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.transaction.support.TransactionSynchronization
afterCommit, afterCompletion, beforeCommit, beforeCompletion, getOrder, resume, savepoint, savepointRollback, suspend
-
Constructor Details
-
SpringFlushSynchronization
-
-
Method Details