Interface TestRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<TestEntity,​java.lang.String>, org.springframework.data.mongodb.repository.MongoRepository<TestEntity,​java.lang.String>, org.springframework.data.repository.PagingAndSortingRepository<TestEntity,​java.lang.String>, org.springframework.data.repository.query.QueryByExampleExecutor<TestEntity>, org.springframework.data.repository.Repository<TestEntity,​java.lang.String>

    public interface TestRepository
    extends org.springframework.data.mongodb.repository.MongoRepository<TestEntity,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int countByValueData​(java.lang.String data)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAllById, findById, save
      • Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

        findAll, findAll, findAll, findAll, insert, insert, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

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

        count, exists, findAll, findOne
    • Method Detail

      • countByValueData

        @CountQuery("{\'value.data\': \'?0\'}")
        int countByValueData​(java.lang.String data)