public abstract class SpringJoinerRepository<T> extends Object implements JoinerRepository<T>
| Constructor and Description |
|---|
SpringJoinerRepository() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
find(Q<T> request) |
<P> List<P> |
find(Q<T> request,
com.mysema.query.types.Expression<P> projection) |
T |
findOne(Q<T> request) |
<P> P |
findOne(Q<T> request,
com.mysema.query.types.Expression<P> projection) |
protected com.mysema.query.types.EntityPath<T> |
getRootEntityPath()
Implementations may override this method to specify default root path, which is used when `from` is not set in a request
|
@Autowired protected Joiner delegate
public <P> List<P> find(Q<T> request, com.mysema.query.types.Expression<P> projection)
find in interface JoinerRepository<T>public <P> P findOne(Q<T> request, com.mysema.query.types.Expression<P> projection)
findOne in interface JoinerRepository<T>protected com.mysema.query.types.EntityPath<T> getRootEntityPath()
Copyright © 2016. All rights reserved.