Interface MessageEntityManager

    • Method Detail

      • findByIdWithMessageAudits

        MessageEntity findByIdWithMessageAudits​(String messageId)
        Find a message by id including its message audits
        Parameters:
        messageId - the id of the message
        Returns:
        the message with its message audits
      • countByCriteria

        long countByCriteria​(MessageQuery query)
      • deleteByConversationId

        void deleteByConversationId​(String conversationId)