Namespaces

Types

Type Loader

Namespace NHibernate.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

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

Called by subclasses that load collections
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