Package org.hibernate.event.spi
Interface PreLoadEventListener
-
- All Known Implementing Classes:
DefaultPreLoadEventListener
public interface PreLoadEventListenerCalled before injecting property values into a newly loaded entity instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPreLoad(PreLoadEvent event)
-
-
-
Method Detail
-
onPreLoad
void onPreLoad(PreLoadEvent event)
-
-