当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
LazyPropertyInitializer (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.intercept
Interface LazyPropertyInitializer
- All Known Implementing Classes:
- AbstractEntityPersister
- public interface LazyPropertyInitializer
Contract for controlling how lazy properties get initialized.
- Author:
- Gavin King
UNFETCHED_PROPERTY
public static final Serializable UNFETCHED_PROPERTY
- Marker value for uninitialized properties
initializeLazyProperty
public Object initializeLazyProperty(String fieldName,
Object entity,
SessionImplementor session)
throws HibernateException
- Initialize the property, and return its new value
- Throws:
HibernateException