org.hibernate.intercept
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
HibernateException
Copyright © 2014. All Rights Reserved.