@Repository public interface JpaResponseRepository extends org.springframework.data.repository.CrudRepository<JpaResponse,Long>
| Modifier and Type | Method and Description |
|---|---|
List<JpaResponse> |
findBySurvey(Long surveyId) |
List<JpaResponse> |
findByUser(String user) |
List<JpaResponse> |
findByUserAndSurvey(String user,
Long surveyId) |
List<JpaResponse> findByUser(String user)
List<JpaResponse> findByUserAndSurvey(String user, Long surveyId)
List<JpaResponse> findBySurvey(Long surveyId)
Copyright © 2016 Jasig. All rights reserved.