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

12 lines
617 B
Markdown
Raw Normal View History

=========
## Spring Data JPA Example Project
### Relevant Articles:
2019-04-10 02:16:48 -04:00
- [Spring Data JPA Derived Delete Methods](https://www.baeldung.com/spring-data-jpa-deleteby)
2019-05-08 02:55:32 -04:00
- [The Exists Query in Spring Data](https://www.baeldung.com/spring-data-exists-query)
2019-05-08 03:17:42 -04:00
- [Case Insensitive Queries with Spring Data Repository](https://www.baeldung.com/spring-data-case-insensitive-queries)
2019-05-08 04:47:43 -04:00
- [JPA Join Types](https://www.baeldung.com/jpa-join-types)
2019-05-08 04:51:38 -04:00
- [JPA @Embedded And @Embeddable](https://www.baeldung.com/jpa-embedded-embeddable)
2019-05-08 04:57:51 -04:00
- [Spring Data JPA Projections](https://www.baeldung.com/spring-data-jpa-projections)