Class PreLoadEvent

java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.PreLoadEvent
All Implemented Interfaces:
Serializable

public class PreLoadEvent extends AbstractEvent
Called before injecting property values into a newly loaded entity instance.
See Also: