public interface

LazyPropertyInitializer

org.hibernate.intercept.LazyPropertyInitializer
Known Indirect Subclasses

Class Overview

Contract for controlling how lazy properties get initialized.

Summary

Fields
public static final Serializable UNFETCHED_PROPERTY Marker value for uninitialized properties
Public Methods
abstract Object initializeLazyProperty(String fieldName, Object entity, SessionImplementor session)
Initialize the property, and return its new value

Fields

public static final Serializable UNFETCHED_PROPERTY

Marker value for uninitialized properties

Public Methods

public abstract Object initializeLazyProperty (String fieldName, Object entity, SessionImplementor session)

Initialize the property, and return its new value