Java Hibernate

Open-source Java projects categorized as Hibernate

Top 23 Java Hibernate Projects

  1. Redisson

    Redisson - Valkey and Redis Java client. Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache..

    Project mention: Understanding Distributed Locking: A Deep Dive into RedLock with Redis | dev.to | 2025-03-20

    Redis Official Documentation Redisson GitHub Repository

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

    CodeRabbit logo
  3. Dropwizard

    A damn simple library for building production-ready RESTful web services.

  4. jOOQ

    jOOQ is the best way to write SQL in Java

    Project mention: Streaming data from RDBMS with jooq | dev.to | 2025-02-23

    Relational databases provide components such as cursors, which can be used to process large datasets while fetching only a limited number of rows at a time. With the help of jooq framework,we can take it a step further—leveraging cursors under the hood while seamlessly integrating with Java's Stream API. Let’s see it in action!

  5. Hibernate

    Hibernate's core Object/Relational Mapping functionality

    Project mention: How To Secure APIs from SQL Injection Vulnerabilities | dev.to | 2025-03-19

    Object-Relational Mapping frameworks like Hibernate (Java), SQLAlchemy (Python), and Sequelize (Node.js) typically use parameterized queries by default and abstract direct SQL interaction. These frameworks help eliminate common developer errors that might otherwise introduce vulnerabilities.

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

    Project mention: Hierarchical data with PostgreSQL and Spring Data JPA | dev.to | 2024-10-31

    In queries such as the above one, in order to make them cleaner and avoid needing to write the fully qualified name of the record we will write the results into, we can use the hypersistence-utils library to write a ClassImportIntegratorProvider:

  7. PublicCMS

    More than 2.66 million lines of code modification continuously iterated for 9 years to modernize java cms, easily supporting tens of millions of data, tens of millions of PV; Support static, server side includes; Currently has 0.0005% of the world's users (w3techs provided data), language support in Chinese, Japanese, English

  8. PretendYoureXyzzy

    A web clone of the card game Cards Against Humanity.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. hibernate-validator

    Hibernate Validator - Jakarta Bean Validation Reference Implementation

    Project mention: A Guide to Localizing and Internationalizing Your Java App with Localizer | dev.to | 2025-02-02

    I opened a Pull Request (PR) for a OneOf constraint in Hibernate Validator.

  11. Elide

    Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort.

  12. quickperf

    QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties

  13. spring-petclinic-rest

    REST version of the Spring Petclinic sample application

    Project mention: Reverse engineer Spring Web in 5 minutes using a recording debugger | dev.to | 2024-12-17

    We will see how the tool works on Spring Web based app. The project which we are going to use is spring-petclinic. This is a basic web app written on Java with Spring Web. Suppose, we want to understand how it works. And we want to do it really quick.

  14. micronaut-data

    Ahead of Time Data Repositories

  15. dhis2-core

    DHIS 2 Core. Written in Java. Contains the service layer and Web API.

    Project mention: Open Source takes center stage at United Nations | news.ycombinator.com | 2024-07-17
  16. spring-boot-postgresql-jpa-hibernate-rest-api-demo

    Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate

  17. springfilter

    Dynamically filter JPA entities and Mongo collections with a user-friendly query syntax. Seamless integration with Spring APIs. Star to support the project! ⭐️

  18. awips2

    Weather forecasting display and analysis package developed by NWS/Raytheon, released as open source software by Unidata.

  19. ManyDesigns Portofino 4

    Portofino 5 is the next generation of the open-source low-code web framework Portofino. Its purpose is to help developers create modern, responsive enterprise applications with REST APIs and an Angular UI.

  20. Sniffy

    Sniffy - interactive profiler, testing and chaos engineering tool for Java

  21. jplusone

    Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general

  22. jpa2ddl

    JPA Schema Generator Plugin

  23. spring-data-jpa-mongodb-expressions

    Use the MongoDB query language to query your relational database, typically from frontend.

  24. UrlShortener-API

    API for converting long urls to short urls

  25. spring-boot-blog-app

    Application to demonstrate several features of Spring Boot

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java Hibernate discussion

Log in or Post with

Java Hibernate related posts

  • Top 10 Java Frameworks Every Dev Need to Know

    2 projects | dev.to | 4 Dec 2024
  • Spring Boot — Power of Value Objects

    3 projects | dev.to | 4 Dec 2022
  • The Spring Data JPA findById Anti-Pattern

    1 project | /r/java | 16 Nov 2022
  • In One Minute : Hibernate

    1 project | dev.to | 14 Nov 2022
  • Is there a way to write tests to validate the Hibernate-generated queries?

    6 projects | /r/java | 19 Oct 2022
  • Is throwing nullexceptions considered good style??

    1 project | /r/java | 1 Oct 2022
  • The Spring Data findAll Anti-Pattern

    1 project | /r/java | 13 Sep 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Hibernate projects in Java? This list will help you:

# Project Stars
1 Redisson 23,688
2 Dropwizard 8,524
3 jOOQ 6,338
4 Hibernate 6,115
5 hypersistence-utils 2,476
6 PublicCMS 2,022
7 PretendYoureXyzzy 1,240
8 hibernate-validator 1,215
9 Elide 1,006
10 quickperf 496
11 spring-petclinic-rest 495
12 micronaut-data 473
13 dhis2-core 298
14 spring-boot-postgresql-jpa-hibernate-rest-api-demo 292
15 springfilter 238
16 awips2 186
17 ManyDesigns Portofino 4 181
18 Sniffy 162
19 jplusone 109
20 jpa2ddl 109
21 spring-data-jpa-mongodb-expressions 98
22 UrlShortener-API 82
23 spring-boot-blog-app 73

Sponsored
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.
coderabbit.ai