Interface JpaBootstrapSensitive

All Known Implementing Classes:
AbstractFlushingEventListener, DefaultAutoFlushEventListener, DefaultDeleteEventListener, DefaultDirtyCheckEventListener, DefaultFlushEventListener

public interface JpaBootstrapSensitive
Defines an event listener that is sensitive to whether a native or jpa bootstrap was performed
Author:
Steve Ebersole
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    wasJpaBootstrap(boolean wasJpaBootstrap)
     
  • Method Details

    • wasJpaBootstrap

      void wasJpaBootstrap(boolean wasJpaBootstrap)