https://github.com/cepr0/sd-insert-update-delete-demo
Demo of insert/update/delete custom JpaRepository query methods
https://github.com/cepr0/sd-insert-update-delete-demo
delete insert repository spring spring-boot spring-data-jpa update
Last synced: about 1 year ago
JSON representation
Demo of insert/update/delete custom JpaRepository query methods
- Host: GitHub
- URL: https://github.com/cepr0/sd-insert-update-delete-demo
- Owner: Cepr0
- Created: 2018-09-03T07:53:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T07:53:52.000Z (over 7 years ago)
- Last Synced: 2025-01-17T22:09:06.416Z (about 1 year ago)
- Topics: delete, insert, repository, spring, spring-boot, spring-data-jpa, update
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Demo of insert/update/delete custom JpaRepository query methods.
Related to this SO [question](https://stackoverflow.com/q/52140094).