JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.event.spi
PreLoadEventListener
Contents
Description
Method Summary
Method Details
onPreLoad(PreLoadEvent)
Hide sidebar
Show sidebar
Interface PreLoadEventListener
public interface
PreLoadEventListener
Called before injecting property values into a newly loaded entity instance.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onPreLoad
(
PreLoadEvent
event)
Method Details
onPreLoad
void
onPreLoad
(
PreLoadEvent
event)