Class FlushSynchronization

java.lang.Object
io.micronaut.transaction.support.TransactionSynchronizationAdapter
io.micronaut.transaction.hibernate6.FlushSynchronization
All Implemented Interfaces:
io.micronaut.core.order.Ordered, TransactionSynchronization, Flushable

@Internal public class FlushSynchronization extends TransactionSynchronizationAdapter
Simple synchronization adapter that propagates a flush() call to the underlying Hibernate Session. Used in combination with JTA.
Since:
4.2
Author:
Juergen Hoeller, graemerocher