Interface FindTopicRepository

All Known Subinterfaces:
TopicRepository
All Known Implementing Classes:
FindTopicRepositoryImpl

public interface FindTopicRepository
Author:
etienne-sf
  • Method Details

    • findByBoardNameAndKeywords

      List<Topic> findByBoardNameAndKeywords(String boardName, List<String> keyword)
      Search for Topic, based on
      Parameters:
      boardName -
      keyword -
      Returns: