java-tutorials/persistence-modules/spring-data-jpa-query-3
Eugene Kovko be84fd1b62 BAEL 7300: Return Map instead of List in Spring Data JPA (#15482)
* BAEL-7300: Return Map instead of List in Spring Data JPA

* BAEL-7300: Change the naming for the tests

* BAEL-7300: Fix formatting
2023-12-27 09:48:40 -08: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 2023-05-26 00:53:15 +08:00
pom.xml BAEL-6129: SpEL in @Query (#15449) 2023-12-20 20:53:57 -08: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