インタフェース TweetResultRepository

すべてのスーパーインタフェース:
org.springframework.data.repository.CrudRepository<TweetResult,​String>, org.springframework.data.mongodb.repository.MongoRepository<TweetResult,​String>, org.springframework.data.repository.PagingAndSortingRepository<TweetResult,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<TweetResult>, org.springframework.data.repository.Repository<TweetResult,​String>

@Repository
public interface TweetResultRepository
extends org.springframework.data.mongodb.repository.MongoRepository<TweetResult,​String>
The interface that manages tweet result repository.
導入されたバージョン:
1.0.0
  • メソッドの概要

    インタフェースから継承されたメソッド org.springframework.data.repository.CrudRepository

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

    インタフェースから継承されたメソッド org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, findAll, findAll, insert, insert, saveAll

    インタフェースから継承されたメソッド org.springframework.data.repository.PagingAndSortingRepository

    findAll

    インタフェースから継承されたメソッド org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findOne