open class SpringFlushSynchronization : TransactionSynchronizationAdapter
Simple synchronization adapter that propagates a flush() call to the underlying Hibernate Session. Used in combination with JTA.
Author
Juergen Hoeller
Since
4.2
SpringFlushSynchronization(session: Session) |
open fun equals(other: Any?): Boolean |
|
open fun flush(): Unit |
|
open fun hashCode(): Int |