Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _config/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ projects:
jakarta_ee:
name: Jakarta EE
url: https://jakarta.ee
dialect_mongodb:
name: MongoDB Extension
url: https://github.com/mongodb/mongo-hibernate/
menu:
intern:
- name: About
Expand Down
2 changes: 2 additions & 0 deletions _data/projects/orm/releases/6.6/series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ integration_constraints:
version: 3.1
jakarta_ee:
version: 10
dialect_mongodb:
version: 1.0
subprojects:
repositories:
summary: Jakarta Data 1.0, compatibility with Hibernate ORM 6
Expand Down
12 changes: 12 additions & 0 deletions community/corporate-contributors.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ title: Corporate contributors
%p EPAM Systems, Inc. contributed developers time to the Hibernate OGM project.
.extra.content
%a.ui.blue.label(href='/ogm/') Hibernate OGM
.ui.card.fluid.contributor
.image
%a(href='https://www.mongodb.com/')
%img{:src => "#{relative("/images/contributors/mongodb.svg", page)}"}
.content
.header
%a(href='https://www.mongodb.com/') MongoDB
.description
%p MongoDB is the world’s most popular document database, giving developers a flexible, intuitive way to work with data. With MongoDB Atlas, teams get a fully managed cloud DBaaS platform that combines the flexible document model with a suite of data services, best-in-class security, and enterprise scalability, empowering developers to build any type of application.
%p MongoDB proudly contributes to the Hibernate ORM project through the MongoDB Extension for Hibernate ORM, bringing first-class support for MongoDB’s document model to the Hibernate ecosystem.
.extra.content
%a.ui.blue.label(href='https://github.com/mongodb/mongo-hibernate') MongoDB Extension for Hibernate ORM

%p  

Expand Down
5 changes: 4 additions & 1 deletion community/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,20 @@ Best to first check the documentation. Yes it sounds boring, but knowing a tool
<a class="ui label" href="/validator/documentation/"><i class="icon book"></i>Validator</a>
<a class="ui label" href="/reactive/documentation/"><i class="icon book"></i>Reactive</a>
<a class="ui label" href="/tools/documentation/"><i class="icon book"></i>Tools</a>
<a class="ui label" href="https://www.mongodb.com/docs/languages/java/mongodb-hibernate/current"><i class="icon book"></i>MongoDB Extension for ORM</a>
</div>
+++

https://stackoverflow.com/[Stack Overflow]::
After the documentation, probably the best place to look for answers. We actively monitor the following tags:
After the documentation, probably the best place to look for answers.
+++<br />
<div class="ui labels blue">
<a class="ui label" href="https://stackoverflow.com/questions/tagged/hibernate">hibernate</a>
<a class="ui label" href="https://stackoverflow.com/questions/tagged/hibernate-search">hibernate-search</a>
<a class="ui label" href="https://stackoverflow.com/questions/tagged/hibernate-validator">hibernate-validator</a>
<a class="ui label" href="https://stackoverflow.com/questions/tagged/hibernate-reactive">hibernate-reactive</a>
<a class="ui label" href="https://stackoverflow.com/questions/tagged/hibernate-tools">hibernate-tools</a>
<a class="ui label" href="https://stackoverflow.com/questions/tagged/mongo-hibernate">mongo-hibernate</a>
</div>
+++

Expand Down Expand Up @@ -72,6 +74,7 @@ Here are the pages dedicated to each project:
<a class="ui label" href="https://hibernate.atlassian.net/browse/HV">Hibernate Validator</a>
<a class="ui label" href="https://github.com/hibernate/hibernate-reactive/issues">Hibernate Reactive</a>
<a class="ui label" href="https://hibernate.atlassian.net/browse/HBX">Hibernate Tools</a>
<a class="ui label" href="https://jira.mongodb.org/projects/HIBERNATE">MongoDB Extension for Hibernate ORM</a>
</div>
+++
+
Expand Down
38 changes: 38 additions & 0 deletions images/contributors/mongodb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion orm/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ project: orm
== Compatibility with a wide range of databases

Hibernate is tested every day on PostgreSQL, MySQL, Db2, Oracle, SQL Server, Sybase ASE, EDB, TiDB, MariaDB, HANA, CockroachDB, H2, and HSQLDB.
There's even built-in support for https://cloud.google.com/spanner/docs/use-hibernate[Spanner].
There's even built-in support for https://cloud.google.com/spanner/docs/use-hibernate[Spanner], as well as a third-party link:https://github.com/mongodb/mongo-hibernate/[MongoDB Extension for Hibernate ORM].

The link:/orm/contribute#community-dialects[Community Dialects] module defines compatibility with a range of older databases, including Informix, Ingres, and Teradata, along with incubating support for SQLite.

Expand Down
1 change: 1 addition & 0 deletions stylesheets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ pre .comment .conum {
grid-template-columns: 1fr 1fr 1fr;
align-items: stretch;
column-gap: 28px;
grid-gap: 28px;
@media only screen and (max-width: 1200px) {
grid-template-columns: 1fr 1fr;
}
Expand Down