| Package | Description |
|---|---|
| cz.encircled.joiner.core | |
| cz.encircled.joiner.query |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
JoinerRepository.find(Q<T> request) |
<T> List<T> |
Joiner.find(Q<T> request) |
<P> List<P> |
JoinerRepository.find(Q<T> request,
com.mysema.query.types.Expression<P> projection) |
<T,P> List<P> |
Joiner.find(Q<T> request,
com.mysema.query.types.Expression<P> projection) |
T |
JoinerRepository.findOne(Q<T> request) |
<T> T |
Joiner.findOne(Q<T> request) |
<P> P |
JoinerRepository.findOne(Q<T> request,
com.mysema.query.types.Expression<P> projection) |
<T,P> P |
Joiner.findOne(Q<T> request,
com.mysema.query.types.Expression<P> projection) |
| Modifier and Type | Method and Description |
|---|---|
Q<T> |
Q.addFeatures(QueryFeature... features) |
Q<T> |
Q.addHint(String hint,
Object value) |
<T> Q<T> |
QueryFeature.before(Q<T> request) |
Q<T> |
Q.distinct(boolean isDistinct) |
static <T> Q<T> |
Q.from(com.mysema.query.types.EntityPath<T> from) |
Q<T> |
Q.groupBy(com.mysema.query.types.Expression<?> groupBy) |
Q<T> |
Q.having(com.mysema.query.types.Predicate having) |
Q<T> |
Q.joinGraphs(String... names) |
Q<T> |
Q.joins(Collection<JoinDescription> joins) |
Q<T> |
Q.joins(JoinDescription... joins) |
Q<T> |
Q.rootEntityPath(com.mysema.query.types.EntityPath<T> rootEntityPath) |
Q<T> |
Q.where(com.mysema.query.types.Predicate where) |
| Modifier and Type | Method and Description |
|---|---|
com.mysema.query.jpa.impl.JPAQuery |
QueryFeature.after(Q<?> request,
com.mysema.query.jpa.impl.JPAQuery query) |
<T> Q<T> |
QueryFeature.before(Q<T> request) |
Copyright © 2016. All rights reserved.