About 82 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. Getting Started | Accessing Data with JPA - Spring

    You have written a simple application that uses Spring Data JPA to save objects to and fetch them from a database, all without writing a concrete repository implementation.

  3. 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 …

  4. JPA :: Spring Framework

    You can use this option for full JPA capabilities in a Spring-based application environment. This includes web containers such as Tomcat, stand-alone applications, and integration tests with sophisticated …

  5. Spring Data JPA - Reference Documentation

    Spring Data JPA takes the concept of a specification from Eric Evans' book, “Domain Driven Design”, following the same semantics and providing an API to define such specifications with the JPA criteria …

  6. Getting Started :: Spring Data JPA

    Getting Started An easy way to bootstrap setting up a working environment is to create a Spring-based project via start.spring.io or create a Spring project in Spring Tools.

  7. JPA Query Methods :: Spring Data JPA

    JPA Query Methods This section describes the various ways to create a query with Spring Data JPA.

  8. 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.

  9. Getting Started | Accessing JPA Data with REST - Spring

    You will build a Spring application that lets you create and retrieve Person objects stored in a database by using Spring Data REST. Spring Data REST takes the features of Spring HATEOAS and Spring …

  10. Spring Data JPA - Reference Documentation

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