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 IntegerdeleteByTopic_Id(String topicId)List<TopicReaction>findByTopic_IdAndUserId(String topicId, String userId)
-