public class QueryBuilder<T,F,O,P,E>
extends java.lang.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() |
java.util.Map<java.lang.String,java.lang.Integer> |
applySelectionSpec() |
protected void |
applySortSpec() |
public QueryBuilder(AbstractJpaQueryImpl<T,?> query, JpaQueryBackend<F,O,P,E> backend)
protected int applyDistinct()
public java.util.Map<java.lang.String,java.lang.Integer> applySelectionSpec()
protected void applySortSpec()
protected void applyFilterSpec()