CrudRepository interface extends the base Repository interface and provides the method for all the basic CRUD operations for the entity class.
- save
- findById
- existsById
- findAll
- findAllById
- deleteById
- delete
- deleteAll
- deleteAll
CrudRepository interface extends the base Repository interface and provides the method for all the basic CRUD operations for the entity class.