Namespaces

Types

Type IUniqueKeyLoadable

Namespace NHibernate.Persister.Entity

Methods

Public instance methods

int GetPropertyIndex(string propertyName)

Get the property number of the unique key property
Parameters
return int
string propertyName

object LoadByUniqueKey(string propertyName, object uniqueKey, ISessionImplementor session)

Load an instance of the persistent class, by a unique key other than the primary key.
Parameters
return object
string propertyName
object uniqueKey
ISessionImplementor session