Namespaces

Types

Type QuerySplitter

Namespace NHibernate.Hql

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

String[] ConcreteQueries(string query, ISessionFactoryImplementor factory)

Handle Hibernate "implicit" polymorphism, by translating the query string into several "concrete" queries against mapped classes.
Parameters
return String[]
string query
ISessionFactoryImplementor factory