Interface RatingFeedbackRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RatingFeedbackEntity,Long>, org.springframework.data.querydsl.QuerydslPredicateExecutor<RatingFeedbackEntity>, org.springframework.data.repository.Repository<RatingFeedbackEntity,Long>

@Repository public interface RatingFeedbackRepository extends org.springframework.data.repository.CrudRepository<RatingFeedbackEntity,Long>, org.springframework.data.querydsl.QuerydslPredicateExecutor<RatingFeedbackEntity>

Interface RatingFeedbackRepository

This repository interface to used to interact with database for database CRUD operations.