public interface LazyPropertyInitializer
| Modifier and Type | Field and Description |
|---|---|
static Serializable |
UNFETCHED_PROPERTY
Marker value for uninitialized properties
|
| Modifier and Type | Method and Description |
|---|---|
Object |
initializeLazyProperty(String fieldName,
Object entity,
SessionImplementor session)
Initialize the property, and return its new value
|
static final Serializable UNFETCHED_PROPERTY
Object initializeLazyProperty(String fieldName, Object entity, SessionImplementor session) throws HibernateException
HibernateExceptionCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved