0% found this document useful (0 votes)
16 views

Other Hibernate Projects - Hibernate

This page describes other Hibernate projects including Hibernate OGM, Hibernate Shards, and their purpose. Hibernate OGM and Shards are no longer actively maintained but community members may be interested in maintaining them. Hibernate Shards allows applications to use multiple databases by adding support for horizontal data partitioning to Hibernate Core through features like flexible sharding strategies and virtual shards.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Other Hibernate Projects - Hibernate

This page describes other Hibernate projects including Hibernate OGM, Hibernate Shards, and their purpose. Hibernate OGM and Shards are no longer actively maintained but community members may be interested in maintaining them. Hibernate Shards allows applications to use multiple databases by adding support for horizontal data partitioning to Hibernate Core through features like flexible sharding strategies and virtual shards.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

7/31/22, 7:30 PM Other Hibernate projects - Hibernate

Other Hibernate projects

We always have new ideas to solve data related problems. You


will find some of these experiments here.

Hibernate OGM

Hibernate OGM has not been kept up to date with the latest
Hibernate ORM versions and is not maintained anymore. If
community members have interest in maintaining it, please contact
us.

More about Hibernate OGM

Hibernate Shards

Hibernate Shards has not been kept up to date with the latest
Hibernate ORM versions. Some community members have interest
in making it catch up. If you are interested, contact us.

You can’t always put all your relational data in a single relational database:

Sometimes you simply have too much data.

Sometimes you have a distributed deployment architecture.

Sometimes the lawyers say "no" (or more likely, "NOOO!").

Whatever your reasons, talking to multiple relational databases inevitably


complicates the development of your application.

Hibernate Shards is a framework that is designed to encapsulates and


minimize this complexity by adding support for horizontal partitioning to
Hibernate Core.

Key features
Standard Hibernate programming model
Hibernate Shards allows you to continue using the Hibernate
APIs you know and love: SessionFactory, Session, Criteria,
Query. If you already know how to use Hibernate, you already
know how to use Hibernate Shards.

https://hibernate.org/others/ 1/4
7/31/22, 7:30 PM Other Hibernate projects - Hibernate

Flexible sharding strategies


Distribute data across your shards any way you want. Use one of
the default strategies we provide or plug in your own application-
specific logic.
Support for virtual shards
Think your sharding strategy is never going to change? Think
again. Adding new shards and redistributing your data is one of
the toughest operational challenges you will face once you’ve
deployed your shard-aware application. Hibernate Sharding
supports virtual shards, a feature designed to simplify the
process of resharding your data.
Free/open source
Hibernate Shards is licensed under the LGPL (Lesser GNU
Public License)

Get started
Download
Distribution
Documentation
Reference documentation as html, single page
html or pdf. JavaDoc.
Source code
GitHub
Issue tracker
JIRA

Latest news

Hibernate Search
6.2.0.Alpha1 is out
2022-07-12
We just published
Hibernate Search
6.2.0.Alpha1, an alpha
release of the next minor
version of Hibernate
Search. The main feature of
this new version is the new
Standalone...

Hibernate ORM
5.6.10.Final released
https://hibernate.org/others/ 2/4
7/31/22, 7:30 PM Other Hibernate projects - Hibernate

2022-07-07
Today, we published a new
maintenance release of
Hibernate ORM 5.6:
5.6.10.Final. What’s new
This release introduces a
few minor improvements as
well as bug fixes.
Optimisation Thanks to...

Hibernate Reactive
1.1.7.Final released
2022-07-05
Hibernate Reactive
1.1.7.Final is now available!
This release contains a
couple of important bug
fixes: fix fetch many to one
lazy association when using
bytecode enhancements fix
error...

Hibernate ORM
6.1.1.Final released
2022-07-01
Today, we published a new
maintenance release of
Hibernate ORM 6.1:
6.1.1.Final. What’s new
This release introduces a
few minor improvements as
well as bug fixes.
Optimisation We have...

Hibernate Validator
8.0.0.CR1 released
2022-06-30
I am glad to announce the
release of Hibernate
Validator 8.0.0.CR1, which
is the final step before our
Final release (except if
important issues are
reported, of...

Hot features of
Hibernate ORM 6.1
https://hibernate.org/others/ 3/4
7/31/22, 7:30 PM Other Hibernate projects - Hibernate

2022-06-24
Hibernate ORM version
6.1.0.Final was just
announced a few days ago,
but the announcement
didn’t go into a too much
detail. Read on if you
want...

Other news

https://hibernate.org/others/ 4/4

You might also like