org.hibernate.event

Interface PostLoadEventListener

All Superinterfaces:
Serializable
Known Implementing Classes:
DefaultPostLoadEventListener

public interface PostLoadEventListener
extends Serializable

Occurs after an an entity instance is fully loaded.
Author:
Kabir Khan

Method Summary

void
onPostLoad(PostLoadEvent event)

Method Details

onPostLoad

public void onPostLoad(PostLoadEvent event)