Package org.hibernate.event.service.spi
Interface JpaBootstrapSensitive
-
- All Known Implementing Classes:
AbstractFlushingEventListener,DefaultAutoFlushEventListener,DefaultDeleteEventListener,DefaultDirtyCheckEventListener,DefaultFlushEventListener
public interface JpaBootstrapSensitiveDefines 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 voidwasJpaBootstrap(boolean wasJpaBootstrap)
-