Interface UpdateCollection

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Update,org.bson.types.ObjectId>, org.springframework.data.repository.ListCrudRepository<Update,org.bson.types.ObjectId>, org.springframework.data.repository.ListPagingAndSortingRepository<Update,org.bson.types.ObjectId>, org.springframework.data.mongodb.repository.MongoRepository<Update,org.bson.types.ObjectId>, org.springframework.data.repository.PagingAndSortingRepository<Update,org.bson.types.ObjectId>, org.springframework.data.repository.query.QueryByExampleExecutor<Update>, org.springframework.data.repository.Repository<Update,org.bson.types.ObjectId>

@Repository public interface UpdateCollection extends org.springframework.data.mongodb.repository.MongoRepository<Update,org.bson.types.ObjectId>
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, insert, insert

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne