FileDocCategorySizeDatePackage
LazyPropertyInitializer.javaAPI DocHibernate 3.2.5825Fri Feb 03 15:15:20 GMT 2006org.hibernate.intercept

LazyPropertyInitializer

public interface LazyPropertyInitializer
Contract for controlling how lazy properties get initialized.
author
Gavin King

Fields Summary
public static final Serializable
UNFETCHED_PROPERTY
Marker value for uninitialized properties
Constructors Summary
Methods Summary
public java.lang.ObjectinitializeLazyProperty(java.lang.String fieldName, java.lang.Object entity, org.hibernate.engine.SessionImplementor session)
Initialize the property, and return its new value