Interface RatingRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RatingEntity,Long>, org.springframework.data.jpa.repository.JpaRepository<RatingEntity,Long>, org.springframework.data.repository.PagingAndSortingRepository<RatingEntity,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<RatingEntity>, org.springframework.data.repository.Repository<RatingEntity,Long>

@Repository public interface RatingRepository extends org.springframework.data.jpa.repository.JpaRepository<RatingEntity,Long>