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.jpa.event.internal.core |
Modifier and Type | Method and Description |
---|---|
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 |
LoadEvent.getPostLoadEvent() |
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) |
void |
LoadEvent.setPostLoadEvent(PostLoadEvent postLoadEvent) |
Modifier and Type | Method and Description |
---|---|
void |
JpaPostLoadEventListener.onPostLoad(PostLoadEvent event) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.