Namespaces

Types

Type IdentityGenerator

Namespace NHibernate.Id

Interfaces IIdentifierGenerator

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

object Generate(ISessionImplementor s, object obj)

The IdentityGenerator for autoincrement/identity key generation.
Parameters
return object IdentityColumnIndicator Indicates to the Session that identity (i.e. identity/autoincrement column) key generation should be used.
ISessionImplementor s The ISessionImplementor this id is being generated in.
object obj The entity the id is being generated for.

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string