Interface UserDAO
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<User,,Integer> org.springframework.data.repository.Repository<User,Integer>
DAO for the User class.
- Version:
- 0.4.1
- Author:
- Gianlorenzo Martini
-
Method Summary
Modifier and TypeMethodDescriptionfindByCompilationCode(String code) findByUsername(String username) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByUsername
-
findByCompilationCode
-