public class QueryBuilder<T,F,O,P,E> extends Object
| Constructor and Description |
|---|
QueryBuilder(AbstractJpaQueryImpl<T,?> query,
JpaQueryBackend<F,O,P,E> backend) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
applyDistinct()
Adds order expressions to selection if in "auto distinct" mode and
the query performs a join or fetch on a relation.
|
protected void |
applyFilterSpec() |
Map<String,Integer> |
applySelectionSpec() |
protected void |
applySortSpec() |
public QueryBuilder(AbstractJpaQueryImpl<T,?> query, JpaQueryBackend<F,O,P,E> backend)
protected int applyDistinct()
protected void applySortSpec()
protected void applyFilterSpec()
Copyright © 2017. All Rights Reserved.