org.hibernate.event.def

Class DefaultPreLoadEventListener

Implemented Interfaces:
PreLoadEventListener, Serializable

public class DefaultPreLoadEventListener
extends java.lang.Object
implements PreLoadEventListener

Called before injecting property values into a newly loaded entity instance.
Author:
Gavin King

Method Summary

void
onPreLoad(PreLoadEvent event)

Method Details

onPreLoad

public void onPreLoad(PreLoadEvent event)
Specified by:
onPreLoad in interface PreLoadEventListener