java-tutorials/persistence-modules/spring-data-jpa-query-3
Bipin kumar 8d9335f934
JAVA-31120 Fix formatting of POMs D_P (#15822)
2024-02-08 16:01:02 +02:00
..
src BAEL 7300: Return Map instead of List in Spring Data JPA (#15482) 2023-12-27 09:48:40 -08:00
README.md Update README.md 2024-01-19 10:58:16 +08:00
pom.xml JAVA-31120 Fix formatting of POMs D_P (#15822) 2024-02-08 16:01:02 +02:00

README.md

Spring Data JPA - Query

This module contains articles about querying data using 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