Uses of Class
org.hibernate.event.spi.PostLoadEvent
-
Packages that use PostLoadEvent Package Description org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi -
-
Uses of PostLoadEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type PostLoadEvent Modifier and Type Method Description protected void
DefaultPostLoadEventListener. invokeLoadLifecycle(PostLoadEvent event, EventSource session)
void
DefaultPostLoadEventListener. onPostLoad(PostLoadEvent event)
-
Uses of PostLoadEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return PostLoadEvent Modifier and Type Method Description PostLoadEvent
LoadEvent. getPostLoadEvent()
PostLoadEvent
PostLoadEvent. setEntity(Object entity)
PostLoadEvent
PostLoadEvent. setId(Object id)
PostLoadEvent
PostLoadEvent. setPersister(EntityPersister persister)
Methods in org.hibernate.event.spi with parameters of type PostLoadEvent Modifier and Type Method Description void
PostLoadEventListener. onPostLoad(PostLoadEvent event)
void
LoadEvent. setPostLoadEvent(PostLoadEvent postLoadEvent)
-
Uses of PostLoadEvent in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type PostLoadEvent Modifier and Type Method Description void
FastSessionServices. firePostLoadEvent(PostLoadEvent postLoadEvent)
-
Uses of PostLoadEvent in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return PostLoadEvent Modifier and Type Method Description PostLoadEvent
JdbcValuesSourceProcessingStateStandardImpl. getPostLoadEvent()
-
Uses of PostLoadEvent in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return PostLoadEvent Modifier and Type Method Description PostLoadEvent
JdbcValuesSourceProcessingState. getPostLoadEvent()
-