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