public abstract class SpringJoinerRepositoryImpl<T> extends Object implements SpringJoinerRepository<T>
| Constructor and Description |
|---|
SpringJoinerRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<R,U extends T> |
find(JoinerQuery<U,R> request) |
<R,U extends T> |
findOne(JoinerQuery<U,R> request) |
<R,U extends T> |
findPage(JoinerQuery<U,R> request,
org.springframework.data.domain.Pageable pageable) |
@Autowired protected Joiner delegate
public <R,U extends T> List<R> find(JoinerQuery<U,R> request)
find in interface JoinerRepository<T>public <R,U extends T> org.springframework.data.domain.Page<R> findPage(JoinerQuery<U,R> request, org.springframework.data.domain.Pageable pageable)
findPage in interface SpringJoinerRepository<T>R - return typerequest - query requestpublic <R,U extends T> R findOne(JoinerQuery<U,R> request)
findOne in interface JoinerRepository<T>Copyright © 2016. All rights reserved.