Package | Description |
---|---|
org.hibernate.event.spi |
Modifier and Type | Method and Description |
---|---|
PostLoadEvent |
LoadEvent.getPostLoadEvent() |
PostLoadEvent |
PostLoadEvent.setEntity(java.lang.Object entity) |
PostLoadEvent |
PostLoadEvent.setId(java.io.Serializable id) |
PostLoadEvent |
PostLoadEvent.setPersister(EntityPersister persister) |
Modifier and Type | Method and Description |
---|---|
void |
PostLoadEventListener.onPostLoad(PostLoadEvent event) |
void |
LoadEvent.setPostLoadEvent(PostLoadEvent postLoadEvent) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.