Interface TopicReactionRepository
-
- All Superinterfaces:
Repository<TopicReaction,Long>,SpringCrudRepository<TopicReaction,Long>
public interface TopicReactionRepository extends 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)-
Methods inherited from interface org.sakaiproject.springframework.data.SpringCrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAll, findAllById, findById, getById, save, saveAll
-
-