Class FlushSynchronization

  • All Implemented Interfaces:
    io.micronaut.core.order.Ordered, TransactionSynchronization, java.io.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
    • Method Detail

      • equals

        public boolean equals​(@Nullable
                              java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object