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
- Author:
- Steve Ebersole
-
Method Summary
-
Method Details
-
wasJpaBootstrap
void wasJpaBootstrap(boolean wasJpaBootstrap)
-