java-tutorials/persistence-modules/spring-data-jpa
Loredana a2722368af add data order methods 2018-11-25 20:10:37 +02:00
..
src add data order methods 2018-11-25 20:10:37 +02:00
README.md Bi-monthly test failure - fix (BAEL-10330) (#5736) 2018-11-22 05:49:54 +01:00
pom.xml [BAEL-9538] - Move persistence-related modules into the persistence folder 2018-10-20 11:27:08 +05:30

README.md

=========

Spring Data JPA Example Project

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