java-tutorials/persistence-modules/spring-data-jpa-repo
timis1 c76a1e8c45 JAVA-20167 Remove methods that are not presented in articles 2023-06-17 00:45:20 +03:00
..
src JAVA-20167 Remove methods that are not presented in articles 2023-06-17 00:45:20 +03:00
README.md backlinks removed 2023-06-09 15:37:20 +05:30
pom.xml

README.md

Spring Data JPA - Repo

This module contains articles about repositories in Spring Data JPA

Relevant Articles:

Eclipse Config

After importing the project into Eclipse, you may see the following error:
"No persistence xml file found in project"

This can be ignored:

  • Project -> Properties -> Java Persistance -> JPA -> Error/Warnings -> Select Ignore on "No persistence xml file found in project" Or:
  • Eclipse -> Preferences - Validation - disable the "Build" execution of the JPA Validator