Interface TopicReactionRepository
-
- All Superinterfaces:
org.sakaiproject.springframework.data.Repository<TopicReaction,Long>,org.sakaiproject.springframework.data.SpringCrudRepository<TopicReaction,Long>
public interface TopicReactionRepository extends org.sakaiproject.springframework.data.SpringCrudRepository<TopicReaction,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegerdeleteByTopicId(String topicId)List<TopicReaction>findByTopicIdAndUserId(String topicId, String userId)
-