SaaSHub helps you find the best software and product alternatives Learn more →
Spring Data JPA Alternatives
Similar projects and alternatives to Spring Data JPA
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
core
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)
-
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
Spring Boot
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
JDBI
The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala.
-
-
hypersistence-utils
The Hypersistence Utils library (previously known as Hibernate Types) gives you Spring and Hibernate utilities that can help you get the most out of your data access layer.
-
-
-
-
JetBrains Xodus
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
-
spring-data-r2dbc
Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Spring Data JPA discussion
Spring Data JPA reviews and mentions
-
Spring Data JPA: Speed Up Development & Business Focus
Read more here
- The Importance of Using Interfaces for JpaRepository(Java Persistence API) in Spring Data JPA
-
Como iniciar um aplicativo Spring Boot + JPA + MySQL
Spring Data JPA
-
How to Store Spring Boot Application Metrics in InfluxDB
Please note: The H2 database was chosen for simplicity. You can replace it with any other database technology and use the Spring Boot JPA to connect. The demo application will still work.
-
How to write a native query in spring boot jpa(postgres) which has "where in" check on composite columns?
What you are trying to do is not supported in JPA/JPQL or Spring Data (see here) Not even all databases support that syntax as far as I'm aware. You either need to concat the columns or add functionality to do this yourself, perhaps a Hibernate UserType will work.
-
What does @Transactional keep you from needing to call .save()?
There was also a discussion in the Spring Data JPA project repo surrounding the documentation as well: https://github.com/spring-projects/spring-data-jpa/issues/2055
- Multiple Datasources in an application
-
The best way to use Spring Data query methods
There is a small typo on the second issue, I have tried opening a PR myself to fix it https://github.com/spring-projects/spring-data-jpa/pull/2869. I hope i haven't messed up something lol.
-
Build a Simple CRUD App with Spring Boot and Vue.js
data-jpa: Spring Data JPA, makes it easy to create JPA-based repositories
-
Spring Boot GraphQL API example
This repository is an example application for the Spring Boot framework that employs the Netflix DGS framework to expose a GraphQL API and that interacts with a PostgreSQL DBMS via Spring Data JPA.
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 Mar 2025
Stats
spring-projects/spring-data-jpa is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Spring Data JPA is Java.