An IIdentifierGenerator that requires creation of database objects All IPersistentIdentifierGenerators that also implement An IConfigurable have access to a special mapping parameter: schema

Namespace: NHibernate.Id
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IPersistentIdentifierGenerator : IIdentifierGenerator
Visual Basic
Public Interface IPersistentIdentifierGenerator _
	Inherits IIdentifierGenerator
Visual C++
public interface class IPersistentIdentifierGenerator : IIdentifierGenerator

See Also