Namespaces

Types

Type Status

Namespace NHibernate.Impl

Parent Enum

Methods

Fields

Public instance methods

int CompareTo(object target)

Parameters
return int
object target

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

TypeCode GetTypeCode()

Parameters
return TypeCode

string ToString()

Parameters
return string

string ToString(IFormatProvider provider)

Parameters
return string
IFormatProvider provider

string ToString(string format, IFormatProvider provider)

Parameters
return string
string format
IFormatProvider provider

string ToString(string format)

Parameters
return string
string format

Public fields

int value__

return int

Status Loaded

The Entity is snapshotted in the Session with the same state as the database (called Managed in H3).
return Status

Status Deleted

The Entity is in the Session and has been marked for deletion but not deleted from the database yet.
return Status

Status Gone

The Entity has been deleted from database.
return Status

Status Loading

The Entity is in the process of being loaded.
return Status

Status Saving

The Entity is in the process of being saved.
return Status