2019-03-21 00:54:37 -04:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## 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)
|
2019-05-08 05:05:17 -04:00
|
|
|
|
- [Spring Data JPA and Null Parameters](https://www.baeldung.com/spring-data-jpa-null-parameters)
|
2019-05-08 06:44:58 -04:00
|
|
|
|
- [Spring Data JPA Repository Populators](https://www.baeldung.com/spring-data-jpa-repository-populators)
|
2019-05-08 06:51:52 -04:00
|
|
|
|
- [Spring Data JPA Delete and Relationships](https://www.baeldung.com/spring-data-jpa-delete)
|