org.hibernate.event.def

Class DefaultPostLoadEventListener

Implemented Interfaces:
PostLoadEventListener, Serializable

public class DefaultPostLoadEventListener
extends java.lang.Object
implements PostLoadEventListener

Call Lifecycle interface if necessary
Author:
Gavin King

Method Summary

void
onPostLoad(PostLoadEvent event)

Method Details

onPostLoad

public void onPostLoad(PostLoadEvent event)
Specified by:
onPostLoad in interface PostLoadEventListener