public interface JoinerRepository<T>
| 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) |
Copyright © 2016. All rights reserved.