Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface UniqueKeyLoadable
extends Loadable
Fields inherited from interface org.hibernate.persister.entity.EntityPersister | |
ENTITY_ID |
Fields inherited from interface org.hibernate.persister.entity.Loadable | |
ROWID_ALIAS |
Method Summary | |
int |
|
Object |
|
Methods inherited from interface org.hibernate.persister.entity.Loadable | |
getDiscriminatorAlias , getDiscriminatorColumnName , getDiscriminatorType , getIdentifierAliases , getIdentifierColumnNames , getPropertyAliases , getPropertyColumnNames , getSubclassForDiscriminatorValue , hasRowId , hasSubclasses , hydrate , isAbstract |
Methods inherited from interface org.hibernate.cache.OptimisticCacheSource | |
getVersionComparator , isVersioned |
public int getPropertyIndex(String propertyName)
Get the property number of the unique key property
public Object loadByUniqueKey(String propertyName, Object uniqueKey, SessionImplementor session) throws HibernateException
Load an instance of the persistent class, by a unique key other than the primary key.