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