|
|||||||||
| Home >> All >> org >> hibernate >> [ intercept overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.intercept
Interface LazyPropertyInitializer

- public interface LazyPropertyInitializer
Contract for controlling how lazy properties get initialized.
| Field Summary | |
static java.io.Serializable |
UNFETCHED_PROPERTY
Marker value for uninitialized properties |
| Method Summary | |
java.lang.Object |
initializeLazyProperty(java.lang.String fieldName,
java.lang.Object entity,
org.hibernate.engine.SessionImplementor session)
Initialize the property, and return its new value |
| Field Detail |
UNFETCHED_PROPERTY
public static final java.io.Serializable UNFETCHED_PROPERTY
- Marker value for uninitialized properties
| Method Detail |
initializeLazyProperty
public java.lang.Object initializeLazyProperty(java.lang.String fieldName, java.lang.Object entity, org.hibernate.engine.SessionImplementor session) throws org.hibernate.HibernateException
- Initialize the property, and return its new value
|
|||||||||
| Home >> All >> org >> hibernate >> [ intercept overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC