Namespaces

Types

Type IConfigurable

Namespace NHibernate.Id

Methods

Public instance methods

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

Configure this instance, given the values of parameters specified by the user as elements. This method is called just once, followed by instantiation.
Parameters
IType type The IType the identifier should be.
IDictionary parms An IDictionary of Param values that are keyed by parameter name.
Dialect d The Dialect to help with Configuration.