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