public interface LazyPropertyInitializer
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,
SessionImplementor 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, SessionImplementor 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-2012 Red Hat, Inc. All Rights Reserved.