2019-05-11 16:01:13 +03:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## Spring Data JPA Example Project
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
- [Spring Data JPA – Derived Delete Methods](https://www.baeldung.com/spring-data-jpa-deleteby)
|
|
|
|
|
- [JPA Join Types](https://www.baeldung.com/jpa-join-types)
|
|
|
|
|
- [Case Insensitive Queries with Spring Data Repository](https://www.baeldung.com/spring-data-case-insensitive-queries)
|
|
|
|
|
- [The Exists Query in Spring Data](https://www.baeldung.com/spring-data-exists-query)
|
|
|
|
|
- [Spring Data JPA Repository Populators](https://www.baeldung.com/spring-data-jpa-repository-populators)
|
|
|
|
|
- [Spring Data JPA and Null Parameters](https://www.baeldung.com/spring-data-jpa-null-parameters)
|
|
|
|
|
- [Spring Data JPA Projections](https://www.baeldung.com/spring-data-jpa-projections)
|
|
|
|
|
- [JPA @Embedded And @Embeddable](https://www.baeldung.com/jpa-embedded-embeddable)
|
|
|
|
|
- [Spring Data JPA Delete and Relationships](https://www.baeldung.com/spring-data-jpa-delete)
|
2019-05-24 16:50:24 +08:00
|
|
|
|
- [Spring Data JPA and Named Entity Graphs](https://www.baeldung.com/spring-data-jpa-named-entity-graphs)
|
2019-05-24 16:50:57 +08:00
|
|
|
|
- [Tagging and Filtering JUnit Tests](https://www.baeldung.com/junits-filtering-tests)
|
2019-05-24 16:54:26 +08:00
|
|
|
|
- [Batch Insert/Update with Hibernate/JPA](https://www.baeldung.com/jpa-hibernate-batch-insert-update)
|