FileDocCategorySizeDatePackage
LoadEventListener.javaAPI DocHibernate 3.2.53150Mon Aug 08 18:24:44 BST 2005org.hibernate.event

LoadEventListener

public interface LoadEventListener implements Serializable
Defines the contract for handling of load events generated from a session.
author
Steve Ebersole

Fields Summary
public static final LoadType
RELOAD
public static final LoadType
GET
public static final LoadType
LOAD
public static final LoadType
IMMEDIATE_LOAD
public static final LoadType
INTERNAL_LOAD_EAGER
public static final LoadType
INTERNAL_LOAD_LAZY
public static final LoadType
INTERNAL_LOAD_NULLABLE
Constructors Summary
Methods Summary
public voidonLoad(LoadEvent event, org.hibernate.event.LoadEventListener$LoadType loadType)
Handle the given load event.

param
event The load event to be handled.
return
The result (i.e., the loaded entity).
throws
HibernateException