File
Doc
Category
Size
Date
Package
LazyPropertyInitializer.java
API Doc
Hibernate 3.2.5
825
Fri Feb 03 15:15:20 GMT 2006
org.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.Object
initializeLazyProperty
(
java.lang.String
fieldName,
java.lang.Object
entity,
org.hibernate.engine.SessionImplementor
session)
Initialize the property, and return its new value
Java Code Source