Uses of Class
edu.ucsb.cs156.happiercows.entities.ChatMessage
Packages that use ChatMessage
- 
Uses of ChatMessage in edu.ucsb.cs156.happiercows.repositories
Methods in edu.ucsb.cs156.happiercows.repositories that return types with arguments of type ChatMessageModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ChatMessage>ChatMessageRepository.findAllByCommonsId(Long commonsId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ChatMessage>ChatMessageRepository.findByCommonsId(Long commonsId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ChatMessage>ChatMessageRepository.findByCommonsIdAndHidden(Long commonsId, org.springframework.data.domain.Pageable pageable) ChatMessageRepository.findById(long id)