public interface RestRepository<T,ID extends Serializable>
extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>
| Modifier and Type | Method and Description |
|---|---|
long |
countByQuery(AbstractQuery query) |
Iterable<T> |
findByQuery(AbstractQuery query) |
Iterable<T> findByQuery(AbstractQuery query)
long countByQuery(AbstractQuery query)
Copyright © 2011–2014 Red Hat. All rights reserved.