An IIdentifierGenerator that returns the current identifier
assigned to an instance.
Namespace: NHibernate.Id
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Class Assigned _ Implements IIdentifierGenerator |
| C# |
|---|
public class Assigned : IIdentifierGenerator |
| Visual C++ |
|---|
public ref class Assigned : IIdentifierGenerator |
Remarks
This id generation strategy is specified in the mapping file as
CopyC#<generator class="assigned" />