| Package | Description |
|---|---|
| cz.encircled.joiner.core | |
| cz.encircled.joiner.query |
| Modifier and Type | Method and Description |
|---|---|
<R> List<R> |
JoinerRepository.find(JoinerQuery<T,R> request) |
<T,R> List<R> |
Joiner.find(JoinerQuery<T,R> request) |
<R> R |
JoinerRepository.findOne(JoinerQuery<T,R> request) |
<T,R> R |
Joiner.findOne(JoinerQuery<T,R> request) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoinerQueryBase<T,R> |
class |
TupleJoinerQuery<T> |
| Modifier and Type | Method and Description |
|---|---|
<T,R> JoinerQuery<T,R> |
QueryFeature.before(JoinerQuery<T,R> request)
This method is called before JPA query creation and allows request modification
|
<T> JoinerQuery<T,com.mysema.query.Tuple> |
TupleQueryFromBuilder.from(com.mysema.query.types.EntityPath<T> from) |
static <T> JoinerQuery<T,T> |
Q.from(com.mysema.query.types.EntityPath<T> from) |
<T> JoinerQuery<T,R> |
FromBuilder.from(com.mysema.query.types.EntityPath<T> from) |
<T> JoinerQuery<T,R> |
ExpressionQueryFromBuilder.from(com.mysema.query.types.EntityPath<T> from) |
| Modifier and Type | Method and Description |
|---|---|
com.mysema.query.jpa.impl.JPAQuery |
QueryFeature.after(JoinerQuery<?,?> request,
com.mysema.query.jpa.impl.JPAQuery query)
This method is called just before JPA query execution and allows to modify result query directly
|
<T,R> JoinerQuery<T,R> |
QueryFeature.before(JoinerQuery<T,R> request)
This method is called before JPA query creation and allows request modification
|
Copyright © 2016. All rights reserved.