Registry / orm / spring-data-jpa

spring-data-jpa

JSON →
library4.0.5javamavenunverified

Spring Data JPA provides repository support for the Java Persistence API (JPA).

<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-jpa</artifactId> <version>4.0.5</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-DATA-JPA
S
spring-data-jpa
ormjavav4.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JpaRepository
org.springframework.data.jpa.repository.JpaRepository

Defines a JPA repository for User entities.

import org.springframework.data.jpa.repository.JpaRepository; public interface UserRepository extends JpaRepository<User, Long> { }
Debug
Known issues
breakingSpring Data JPA 4.x requires Spring Framework 6.x and Jakarta EE 9+.
fix
Ensure your project uses Jakarta EE (javax.persistence is replaced by jakarta.persistence).
affects: >=4.0.0
Upgrade
Version history
4.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
38
Resources
spring-data-jpa — mvn dependency:get spring-data-jpa · libregistry