Package | Description |
---|---|
org.hibernate.event.spi |
Modifier and Type | Method and Description |
---|---|
PostLoadEvent |
LoadEvent.getPostLoadEvent() |
PostLoadEvent |
PostLoadEvent.setEntity(Object entity) |
PostLoadEvent |
PostLoadEvent.setId(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-2021 Red Hat, Inc. All Rights Reserved.