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)
throws HibernateException
HibernateExceptionCopyright © 2013. All Rights Reserved.