Namespaces

Types

Type CascadePoint

Namespace NHibernate.Engine

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

CascadePoint CascadeAfterInsertBeforeDelete

A cascade point that occurs just after the insertion of the parent entity and just before deletion
return CascadePoint

CascadePoint CascadeBeforeInsertAfterDelete

A cascade point that occurs just before the insertion of the parent entity and just after deletion
return CascadePoint

CascadePoint CascadeAfterInsertBeforeDeleteViaCollection

A cascade point that occurs just after the insertion of the parent entity and just before deletion, inside a collection
return CascadePoint

CascadePoint CascadeOnUpdate

A cascade point that occurs just after the update of the parent entity
return CascadePoint

CascadePoint CascadeOnEvict

A cascade point that occurs just after eviction of the parent entity from the session cache
return CascadePoint

CascadePoint CascadeOnLock

A cascade point that occurs just after locking a transient parent entity into the session cache
return CascadePoint

CascadePoint CascadeOnCopy

A cascade point that occurs just after copying from a transient parent entity into the object in the session cache
return CascadePoint