Interface RatingSummaryRepository

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

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

RatingSummaryRepository

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