A strategy for determining if an identifier value is an identifier of a new
transient instance or a previously persistent transient instance. The strategy
is determined by the Unsaved-Value attribute in the mapping file.
Namespace:
NHibernate.Engine
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class IdentifierValue |
C# |
---|
public class IdentifierValue |
Visual C++ |
---|
public ref class IdentifierValue |
JavaScript |
---|
NHibernate.Engine.IdentifierValue = function();
Type.createClass(
'NHibernate.Engine.IdentifierValue'); |
Inheritance Hierarchy
See Also