Interface SurveyDAO
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Survey,
,Integer> org.springframework.data.repository.Repository<Survey,
Integer>
public interface SurveyDAO
extends org.springframework.data.repository.CrudRepository<Survey,Integer>
DAO for the Survey class.
- Version:
- 0.4.1
- Author:
- Luca Milazzo
-
Method Summary
Modifier and TypeMethodDescriptionfindAllLazy
(int offset, int limit) findByCompilationCode
(int id) findByText
(String text, String id) findByTextLazy
(String text, String id, int offset, int limit) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByText
-
findByTextLazy
-
findAllLazy
-
findByCompilationCode
-