You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a variety of sample projects showing Spring Data JPA functionality.
4
+
5
+
*`spring-data-jpa-example` - probably the project you want to have a look at first. Contains a variety of sample packages, showcasing the different levels at which you can use Spring Data JPA. Have a look at the `simple` package for the most basic setup.
6
+
*`java8-auditing` - example of how to use Spring Data JPA auditing with Java 8 date time types.
7
+
*`spring-data-jpa-showcase` - refactoring show case of how to improve a plain-JPA-based persistence layer by using Spring Data JPA (read: removing close to all of the implementation code). Follow the `demo.txt` file for detailed instructions.
8
+
*`spring-data-jpa-interceptors` - Example of how to enrich the repositories with AOP.
0 commit comments