Namespaces

Types

Type Assigned

Namespace NHibernate.Id

Interfaces IIdentifierGenerator

Methods

Fields

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

object Generate(ISessionImplementor session, object obj)

Generates a new identifier by getting the value of the identifier for the obj parameter.
Parameters
return object The value that was assigned to the mapped id 's property.
ISessionImplementor session The ISessionImplementor this id is being generated in.
object obj The entity for which the id is being generated.

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public fields

Assigned Instance

return Assigned