Namespaces

Types

Type IncrementGenerator

Namespace NHibernate.Id

Interfaces IPersistentIdentifierGenerator, IConfigurable

Methods

Fields

Public instance methods

void Configure(IType type, IDictionary parms, Dialect d)

Parameters
IType type
IDictionary parms
Dialect d

bool Equals(object obj)

Parameters
return bool
object obj

object Generate(ISessionImplementor session, object obj)

Parameters
return object
ISessionImplementor session
object obj

object GeneratorKey()

Parameters
return object

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

String[] SqlCreateStrings(Dialect dialect)

Parameters
return String[]
Dialect dialect

string SqlDropString(Dialect dialect)

Parameters
return string
Dialect dialect

string ToString()

Parameters
return string

Public fields

string Column

return string

string Table

return string

string Schema

return string