FileDocCategorySizeDatePackage
UniqueKeyLoadable.javaAPI DocHibernate 3.2.5635Mon Feb 14 08:53:24 GMT 2005org.hibernate.persister.entity

UniqueKeyLoadable

public interface UniqueKeyLoadable implements Loadable
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public intgetPropertyIndex(java.lang.String propertyName)
Get the property number of the unique key property

public java.lang.ObjectloadByUniqueKey(java.lang.String propertyName, java.lang.Object uniqueKey, org.hibernate.engine.SessionImplementor session)
Load an instance of the persistent class, by a unique key other than the primary key.