Get a hashcode, consistent with persistence "equality"
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetHashCode ( _ x As Object, _ factory As ISessionFactoryImplementor _ ) As Integer |
C# |
---|
int GetHashCode( Object x, ISessionFactoryImplementor factory ) |
Visual C++ |
---|
int GetHashCode( Object^ x, ISessionFactoryImplementor^ factory ) |
JavaScript |
---|
function getHashCode(x, factory); |