Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Class GuidGenerator _ Implements IIdentifierGenerator |
| C# |
|---|
public class GuidGenerator : IIdentifierGenerator |
| Visual C++ |
|---|
public ref class GuidGenerator : IIdentifierGenerator |
Remarks
This id generation strategy is specified in the mapping file as
CopyC#<generator class="guid" />