public interface LazyPropertyInitializer
Modifier and Type | Interface and Description |
---|---|
static interface |
LazyPropertyInitializer.InterceptorImplementor |
Modifier and Type | Field and Description |
---|---|
static java.io.Serializable |
UNFETCHED_PROPERTY
Marker value for uninitialized properties.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
initializeLazyProperty(java.lang.String fieldName,
java.lang.Object entity,
SharedSessionContractImplementor session)
Initialize the property, and return its new value.
|
static final java.io.Serializable UNFETCHED_PROPERTY
java.lang.Object initializeLazyProperty(java.lang.String fieldName, java.lang.Object entity, SharedSessionContractImplementor session)
fieldName
- The name of the field being initializedentity
- The entity on which the initialization is occurringsession
- The session from which the initialization originated.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.