Interface RatingAnswersRepository

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

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

RatingAnswersRepository

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