Docs 菜单
Docs 主页
/ /

适用于 Hibernate ORM 的MongoDB扩展

Welcome to the documentation site for the official MongoDB Extension for Hibernate ORM, an extension that integrates Hibernate with MongoDB.

The Hibernate ORM is an object-relational mapping framework for Java applications that maps Java classes to relational database tables. The MongoDB Extension for Hibernate ORM adds support for MongoDB, allowing you to represent and interact with MongoDB data by using Hibernate ORM's data mapping and querying capabilities.

提示

公开预览路线图

To view a list of features included in the MongoDB Extension for Hibernate ORM Public Preview release and planned for future releases, see the Public Preview Roadmap on JIRA.

Learn how to install the Hibernate ORM extension, establish a connection to MongoDB, and begin working with data in the Get Started with the MongoDB Extension for Hibernate ORM tutorial.

在“对数据建模”部分中,了解如何创建表示MongoDB集合的 Hibernate ORM 模型。

在“与数据交互”部分,了解如何使用 Hibernate ORM 扩展对MongoDB数据执行操作。

提示

示例应用程序

要查看演示如何使用 Hibernate ORM 扩展来运行创建、读取、更新和删除(增删改查 ) 操作的示例应用程序,请参阅 mongodb-hibernate-crud Github存储库。

在 Hibernate ORM 功能兼容性部分了解该扩展对 Hibernate ORM 和MongoDB功能的支持。

在兼容性页面上了解与 Hibernate ORM 扩展兼容的MongoDB Server、 Java和 Hibernate ORM 版本。

了解如何报告错误、促进 Hibernate ORM 扩展以及在问题和帮助部分查找更多资源以获取帮助。

后退

适用于 Hibernate ORM 的MongoDB扩展