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