简介
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.
对数据进行建模
与数据交互
在“与数据交互”部分,了解如何使用 Hibernate ORM 扩展对MongoDB数据执行操作。
提示
示例应用程序
要查看演示如何使用 Hibernate ORM 扩展来运行创建、读取、更新和删除(增删改查 ) 操作的示例应用程序,请参阅 mongodb-hibernate-crud Github存储库。
Hibernate ORM 功能兼容性
版本兼容性
在兼容性页面上了解与 Hibernate ORM 扩展兼容的MongoDB Server、 Java和 Hibernate ORM 版本。