org.hibernate.loader.entity
Interface UniqueEntityLoader
- All Known Implementing Classes:
- AbstractEntityLoader, BatchingEntityLoader, CascadeEntityLoader, EntityLoader, NamedQueryLoader
public interface UniqueEntityLoader
Loads entities for a EntityPersister
- Author:
- Gavin King
Method Summary |
java.lang.Object |
load(java.io.Serializable id,
java.lang.Object optionalObject,
SessionImplementor session)
Load an entity instance. |
load
java.lang.Object load(java.io.Serializable id,
java.lang.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
Copyright © 2008 Hibernate.org. All Rights Reserved.