Namespaces

Types

Type IFilterTranslator

Namespace NHibernate.Hql

Interfaces IQueryTranslator

Methods

Public instance methods

void Compile(string collectionRole, IDictionary replacements, bool shallow)

Compile a filter. This method may be called multiple times. Subsequent invocations are no-ops.
Parameters
string collectionRole the role name of the collection used as the basis for the filter.
IDictionary replacements Defined query substitutions.
bool shallow Does this represent a shallow (scalar or entity-id) select?