Package org.hibernate.event.service.spi
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
wasJpaBootstrap(boolean wasJpaBootstrap)
-