Package de.bwaldvogel.mongo.repository
Interface PersonRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Person,,org.bson.types.ObjectId> org.springframework.data.repository.PagingAndSortingRepository<Person,,org.bson.types.ObjectId> org.springframework.data.repository.Repository<Person,org.bson.types.ObjectId>
public interface PersonRepository
extends org.springframework.data.repository.PagingAndSortingRepository<Person,org.bson.types.ObjectId>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Method Details
-
findOneByName
-