Uses of Class
org.hibernate.event.spi.PostLoadEvent
-
Packages that use PostLoadEvent Package Description org.hibernate.event.spi -
-
Uses of PostLoadEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return PostLoadEvent Modifier and Type Method Description PostLoadEventLoadEvent. getPostLoadEvent()PostLoadEventPostLoadEvent. setEntity(java.lang.Object entity)PostLoadEventPostLoadEvent. setId(java.io.Serializable id)PostLoadEventPostLoadEvent. setPersister(EntityPersister persister)Methods in org.hibernate.event.spi with parameters of type PostLoadEvent Modifier and Type Method Description voidPostLoadEventListener. onPostLoad(PostLoadEvent event)voidLoadEvent. setPostLoadEvent(PostLoadEvent postLoadEvent)
-