java-tutorials/persistence-modules/spring-data-jpa-repo-4/README.md

9 lines
513 B
Markdown
Raw Normal View History

## Spring Data JPA - Repositories
### Relevant Articles:
- [Unidirectional One-to-Many and Cascading Delete in JPA](https://www.baeldung.com/spring-jpa-unidirectional-one-to-many-and-cascading-delete)
- [TRUNCATE TABLE in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-truncate-table)
2024-01-18 20:46:40 -05:00
- [When to Use the getReferenceById() and findById() Methods in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-getreferencebyid-findbyid-methods)
- More articles: [[<-- prev]](../spring-data-jpa-repo-3)