Interface RatingsReviewsRepository

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

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

Interface RatingsReviewsRepository

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