Namespaces

Types

Type VersionValue

Namespace NHibernate.Engine

Methods

Fields

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

object IsUnsaved(object version)

Does the given identifier belong to a new instance
Parameters
return object
object version

string ToString()

Parameters
return string

Public fields

VersionValue VersionSaveNull

Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.
return VersionValue

VersionValue VersionUndefined

Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
return VersionValue

VersionValue VersionNegative

Assume the transient instance is newly instantiated if the identifier is null.
return VersionValue