Namespaces

Types

Type FetchMode

Namespace NHibernate

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

FetchMode Default

Default to the setting configured in the mapping file.
return FetchMode

FetchMode Select

Fetch eagerly, using a separate select. Equivalent to fetch="select" (and outer-join="false" )
return FetchMode

FetchMode Join

Fetch using an outer join. Equivalent to fetch="join" (and outer-join="true" )
return FetchMode

FetchMode Lazy

return FetchMode

FetchMode Eager

return FetchMode