Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public interface FeedbackRepository extends JpaRepository<Feedback, Integer> {
- List<Feedback> findByProductId(int id);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement