Class FlushInterceptor


  • @Component
    public class FlushInterceptor
    extends Object
    Performs automatic updates Session.refresh(java.lang.Object) objects marked as RefreshOnFlush after calling Session.flush()
    • Constructor Detail

      • FlushInterceptor

        public FlushInterceptor()
    • Method Detail

      • onFlush

        public void onFlush​(org.hibernate.event.spi.FlushEntityEvent event)
      • onFlush

        public void onFlush​(org.hibernate.event.spi.FlushEvent event)
      • onFlush

        public void onFlush​(org.hibernate.event.spi.AutoFlushEvent event)