类 StopWordServiceImpl

java.lang.Object
plus.hiver.common.base.HiverBaseServiceImpl<StopWord,Long,StopWordDao>
plus.hiver.common.serviceimpl.StopWordServiceImpl
所有已实现的接口:
HiverBaseService<StopWord,Long>, StopWordService

@Service @Transactional public class StopWordServiceImpl extends HiverBaseServiceImpl<StopWord,Long,StopWordDao> implements StopWordService
禁用词管理接口实现

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • StopWordServiceImpl

      public StopWordServiceImpl(StopWordDao dao)
  • 方法详细资料

    • getInstance

      public cn.hutool.dfa.WordTree getInstance()
    • findByCondition

      public org.springframework.data.domain.Page<StopWord> findByCondition(StopWord stopWord, SearchVo searchVo, org.springframework.data.domain.Pageable pageable)
      从接口复制的说明: StopWordService
      多条件分页获取
      指定者:
      findByCondition 在接口中 StopWordService