Interface UserRepositoryMongodb

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

    @Repository
    @Profile({"mongo","fongo"})
    public interface UserRepositoryMongodb
    extends org.springframework.data.mongodb.repository.MongoRepository<UserMongoEntity,​String>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<UserMongoEntity> findByExpireUserLessThan​(LocalDateTime date)  
      • 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