FileDocCategorySizeDatePackage
UniqueEntityLoader.javaAPI DocHibernate 3.2.5613Sun Feb 13 04:50:12 GMT 2005org.hibernate.loader.entity

UniqueEntityLoader

public interface UniqueEntityLoader
Loads entities for a EntityPersister
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectload(java.io.Serializable id, java.lang.Object optionalObject, org.hibernate.engine.SessionImplementor session)
Load an entity instance. If optionalObject is supplied, load the entity state into the given (uninitialized) object.