An IIdentifierGenerator that returns a Int64 constructed from the system
time and a counter value. Not safe for use in a clustser!
Namespace: NHibernate.IdAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public class CounterGenerator : IIdentifierGenerator |
| Visual Basic |
|---|
Public Class CounterGenerator _ Implements IIdentifierGenerator |
| Visual C++ |
|---|
public ref class CounterGenerator : IIdentifierGenerator |