About 81 results
Open links in new tab
  1. Spring Data JPA

    Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA-based (Java Persistence API) repositories. It makes it easier to build Spring-powered applications that use …

  2. JPA :: Spring Framework

    JPA The Spring JPA, available under the org.springframework.orm.jpa package, offers comprehensive support for the Java Persistence API in a manner similar to the integration with Hibernate while being …

  3. Spring Data JPA - Reference Documentation

    The JPA module of Spring Data contains a custom namespace that allows defining repository beans. It also contains certain features and element attributes that are special to JPA. Generally, the JPA …

  4. Getting Started :: Spring Data JPA

    The GitHub spring-data-examples repository hosts several examples that you can download and play around with to get a feel for how the library works.

  5. Spring Data JPA

    Spring Data JPA provides repository support for the Jakarta Persistence API (JPA). It eases development of applications with a consistent programming model that need to access JPA data …

  6. JPA Query Methods :: Spring Data JPA

    By default, Spring Data JPA uses position-based parameter binding, as described in all the preceding examples. This makes query methods a little error-prone when refactoring regarding the parameter …

  7. Specifications :: Spring Data JPA

    JPA’s Criteria API lets you build queries programmatically. Spring Data JPA Specification provides a small, focused API to express predicates over entities and reuse them across repositories. Based on …

  8. Spring | Home

    Spring | Home

  9. JPA :: Spring Data JPA

    JPA This chapter points out the specialties for repository support for JPA. Before continuing to the JPA specifics, make sure you have a sound understanding of the basic concepts explained in Working …

  10. Spring Data JPA - Reference Documentation

    Jun 16, 2023 · Spring Data JPA provides repository support for the Jakarta Persistence API (JPA). It eases development of applications that need to access JPA data sources.