|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary |
| Fields inherited from interface org.hibernate.persister.entity.Loadable |
ROWID_ALIAS |
| Fields inherited from interface org.hibernate.persister.entity.EntityPersister |
ENTITY_ID |
| Method Summary | |
int |
getPropertyIndex(String propertyName)
Get the property number of the unique key property |
Object |
loadByUniqueKey(String propertyName,
Object uniqueKey,
SessionImplementor session)
Load an instance of the persistent class, by a unique key other than the primary key. |
| Methods inherited from interface org.hibernate.persister.entity.Loadable |
getDiscriminatorAlias, getDiscriminatorType, getIdentifierAliases, getIdentifierColumnNames, getPropertyAliases, getSubclassForDiscriminatorValue, hasRowId, hasSubclasses, hydrate |
| Method Detail |
public Object loadByUniqueKey(String propertyName,
Object uniqueKey,
SessionImplementor session)
throws HibernateException
HibernateExceptionpublic int getPropertyIndex(String propertyName)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||