| 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,
SharedSessionContractImplementor session,
PreLoadEvent preLoadEvent,
Iterable<PreLoadEventListener> preLoadEventListeners)
Perform the second step of 2-phase load.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPreLoadEventListener
Called before injecting property values into a newly
loaded entity instance.
|
| Modifier and Type | Field and Description |
|---|---|
static EventType<PreLoadEventListener> |
EventType.PRE_LOAD |
| Modifier and Type | Class and Description |
|---|---|
class |
JaccPreLoadEventListener
Deprecated.
Support for JACC will be removed in 6.0
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.