Interface StudentRepository
- All Superinterfaces:
CrudRepository<Student,,String> GenericRepository<Student,String>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByIdAndVersion(String id, Long version) voiddeleteByIdAndVersionAndName(String id, Long version, String name) voidupdateById(String id, String name) voidupdateByIdAndVersion(String id, Long version, String name) Methods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
-
Method Details
-
updateByIdAndVersion
-
updateById
-
deleteByIdAndVersionAndName
-
deleteByIdAndVersion
-