站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

UniqueEntityLoader (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.loader.entity
Interface UniqueEntityLoader

All Known Implementing Classes:
AbstractEntityLoader, BatchingEntityLoader, NamedQueryLoader

public interface UniqueEntityLoader

Loads entities for a EntityPersister

Author:
Gavin King

Method Summary
 Object load(Serializable id, Object optionalObject, SessionImplementor session)
          Load an entity instance.
 

Method Detail

load

public Object load(Serializable id,
                   Object optionalObject,
                   SessionImplementor session)
            throws HibernateException
Load an entity instance. If optionalObject is supplied, load the entity state into the given (uninitialized) object.

Throws:
HibernateException