Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
org.hibernate.event.spi | |
org.hibernate.secure.internal |
Modifier and Type | Method and Description |
---|---|
static void |
TwoPhaseLoad.initializeEntity(Object entity,
boolean readOnly,
SessionImplementor session,
PreLoadEvent preLoadEvent)
Perform the second step of 2-phase load.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPreLoadEventListener.onPreLoad(PreLoadEvent event) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
JaccPreLoadEventListener.onPreLoad(PreLoadEvent event) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.