Package | Description |
---|---|
org.hibernate.ejb.event | |
org.hibernate.engine.internal | |
org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
org.hibernate.event.spi |
Modifier and Type | Method and Description |
---|---|
void |
EJB3PostLoadEventListener.onPostLoad(PostLoadEvent event) |
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.
|
static void |
TwoPhaseLoad.postLoad(Object entity,
SessionImplementor session,
PostLoadEvent postLoadEvent)
PostLoad cannot occur during initializeEntity, as that call occurs *before*
the Set collections are added to the persistence context by Loader.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPostLoadEventListener.onPostLoad(PostLoadEvent event) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.