Namespaces

Types

Type CustomLoader

Namespace NHibernate.Loader.Custom

Parent Loader

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Int32[] GetNamedParameterLocs(string name)

Parameters
return Int32[]
string name

SqlCommandInfo GetQueryStringAndTypes(ISessionImplementor session, QueryParameters parameters)

Parameters
return SqlCommandInfo
ISessionImplementor session
QueryParameters parameters

Type GetType()

Parameters
return Type

IList List(ISessionImplementor session, QueryParameters queryParameters)

Parameters
return IList
ISessionImplementor session
QueryParameters queryParameters

void LoadCollection(ISessionImplementor session, object id, IType type)

Parameters
ISessionImplementor session
object id
IType type

void LoadCollectionBatch(ISessionImplementor session, Object[] ids, IType type)

Parameters
ISessionImplementor session
Object[] ids
IType type

string ToString()

Parameters
return string

Public properties

ISessionFactoryImplementor Factory get;

return ISessionFactoryImplementor

ISet QuerySpaces get;

return ISet