Package | Description |
---|---|
org.hibernate.event.spi |
Modifier and Type | Method and Description |
---|---|
PreLoadEvent |
PreLoadEvent.setEntity(Object entity) |
PreLoadEvent |
PreLoadEvent.setId(Serializable id) |
PreLoadEvent |
PreLoadEvent.setPersister(EntityPersister persister) |
PreLoadEvent |
PreLoadEvent.setState(Object[] state) |
Modifier and Type | Method and Description |
---|---|
void |
PreLoadEventListener.onPreLoad(PreLoadEvent event) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.