CriteriaQuery

Undocumented in source.

Constructors

this
this(CriteriaBuilder criteriaBuilder)
Undocumented in source.

Members

Functions

distinct
CriteriaQuery!(T, F) distinct(bool distinct)
Undocumented in source. Be warned that the author may not have intended to support it.
getQueryBuilder
QueryBuilder getQueryBuilder()
Undocumented in source. Be warned that the author may not have intended to support it.
groupBy
CriteriaQuery!(T, F) groupBy(E entityFieldInfos)
Undocumented in source. Be warned that the author may not have intended to support it.
having
CriteriaQuery!(T, F) having(P predicates)
Undocumented in source. Be warned that the author may not have intended to support it.
multiselect
CriteriaQuery!(T, F) multiselect(E entityExpressions)
Undocumented in source. Be warned that the author may not have intended to support it.
orderBy
CriteriaQuery!(T, F) orderBy(O orders)
Undocumented in source. Be warned that the author may not have intended to support it.
select
CriteriaQuery!(T, F) select(Root!(T, F) root)
Undocumented in source. Be warned that the author may not have intended to support it.
select
CriteriaQuery!(T, F) select(EntityExpression info)
Undocumented in source. Be warned that the author may not have intended to support it.
where
CriteriaQuery!(T, F) where(Comparison!R cond)
Undocumented in source. Be warned that the author may not have intended to support it.
where
CriteriaQuery!(T, F) where(P predicates)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta