Package | Description |
---|---|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.event |
This package defines an event framework for Hibernate.
|
org.hibernate.event.def |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
org.hibernate.secure |
Declarative security for CRUD operations on entities.
|
Modifier and Type | Method and Description |
---|---|
static void |
TwoPhaseLoad.initializeEntity(Object entity,
boolean readOnly,
SessionImplementor session,
PreLoadEvent preLoadEvent,
PostLoadEvent postLoadEvent)
Perform the second step of 2-phase load.
|
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 |
DefaultPreLoadEventListener.onPreLoad(PreLoadEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
JACCPreLoadEventListener.onPreLoad(PreLoadEvent event) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved