Namespaces

Types

Type UUIDStringGenerator

Namespace NHibernate.Id

Interfaces IIdentifierGenerator

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

object Generate(ISessionImplementor session, object obj)

Generate a new String for the identifier using the "uuid.string" algorithm.
Parameters
return object The new identifier as a String .
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