spring-framework / org.springframework.orm.hibernate5 / SpringFlushSynchronization

SpringFlushSynchronization

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

Constructors

<init>

SpringFlushSynchronization(session: Session)

Functions

equals

open fun equals(other: Any?): Boolean

flush

open fun flush(): Unit

hashCode

open fun hashCode(): Int