java-tutorials/persistence-modules/spring-data-jpa
Trevor Gowing edbc683094 How to limit query results (#5616)
* JPA/Hibernate
* Spring Data JPA

BAEL-2208
2018-11-07 09:12:00 -08:00
..
src How to limit query results (#5616) 2018-11-07 09:12:00 -08:00
README.md [BAEL-9538] - Move persistence-related modules into the persistence folder 2018-10-20 11:27:08 +05:30
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