CriteriaBase

Undocumented in source.

Constructors

this
this(CriteriaBuilder criteriaBuilder)
Undocumented in source.

Members

Functions

from
Root!(T, F) from(T t, F owner)
Undocumented in source. Be warned that the author may not have intended to support it.
getRoot
Root!(T, F) getRoot()
Undocumented in source. Be warned that the author may not have intended to support it.
manyToManyFrom
Root!(T, F) manyToManyFrom(T t, F owner, string mapped)
Undocumented in source. Be warned that the author may not have intended to support it.
setEnableJoin
void setEnableJoin(bool flg)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
where
CriteriaBase!(T, F) where(P predicates)
Undocumented in source. Be warned that the author may not have intended to support it.
where
CriteriaBase!(T, F) where(Comparison!R cond)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_criteriaBuilder
CriteriaBuilder _criteriaBuilder;
Undocumented in source.
_root
Root!(T, F) _root;
Undocumented in source.
_sqlBuidler
QueryBuilder _sqlBuidler;
Undocumented in source.

Meta