Package org.hibernate.event.spi
Interface PostLoadEventListener
-
public interface PostLoadEventListenerOccurs after an entity instance is fully loaded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPostLoad(PostLoadEvent event)
-
-
-
Method Detail
-
onPostLoad
void onPostLoad(PostLoadEvent event)
-
-