@NoRepositoryBean public interface MongoRepository<T,ID extends Serializable> extends PagingAndSortingRepository<T,ID>
Repository interface.| Modifier and Type | Method and Description |
|---|---|
List<T> |
findAll() |
List<T> |
findAll(Sort sort) |
<S extends T> |
save(Iterable<S> entites) |
findAll<S extends T> List<S> save(Iterable<S> entites)
save in interface CrudRepository<T,ID extends Serializable>List<T> findAll()
findAll in interface CrudRepository<T,ID extends Serializable>List<T> findAll(Sort sort)
findAll in interface PagingAndSortingRepository<T,ID extends Serializable>Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.