接口 MessageService

所有超级接口:
plus.hiver.common.base.HiverBaseService<Message,Long>
所有已知实现类:
MessageServiceImpl

public interface MessageService extends plus.hiver.common.base.HiverBaseService<Message,Long>

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

作者:
Yazhi Li
  • 方法概要

    修饰符和类型
    方法
    说明
    org.springframework.data.domain.Page<Message>
    findByCondition(Message message, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable)
    多条件分页获取
    通过创建发送标识获取

    从接口继承的方法 plus.hiver.common.base.HiverBaseService

    count, delete, delete, delete, deleteAllById, findAll, findAll, findAll, findById, flush, get, getAll, getTotalCount, save, saveOrUpdateAll, update
  • 方法详细资料

    • findByCondition

      org.springframework.data.domain.Page<Message> findByCondition(Message message, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable)
      多条件分页获取
    • findByCreateSend

      List<Message> findByCreateSend(Boolean createSend)
      通过创建发送标识获取