Interface PostReactionRepository
-
- All Superinterfaces:
org.sakaiproject.springframework.data.Repository<PostReaction,Long>,org.sakaiproject.springframework.data.SpringCrudRepository<PostReaction,Long>
public interface PostReactionRepository extends org.sakaiproject.springframework.data.SpringCrudRepository<PostReaction,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegerdeleteByPostId(String postId)List<PostReaction>findByPostIdAndUserId(String postId, String userId)
-