-
Notifications
You must be signed in to change notification settings - Fork 29
New post introducing the MongoDB Extension for Hibernate ORM #244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
New post introducing the MongoDB Extension for Hibernate ORM #244
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Just a suggestion on the tags, the rest of my comments is mostly informational.
posts/Ajay/2025-11-03-introducing-the-mongodb-extension-for-hibernate-orm.adoc
Outdated
Show resolved
Hide resolved
posts/Ajay/2025-11-03-introducing-the-mongodb-extension-for-hibernate-orm.adoc
Show resolved
Hide resolved
posts/Ajay/2025-11-03-introducing-the-mongodb-extension-for-hibernate-orm.adoc
Show resolved
Hide resolved
| ---- | ||
|
|
||
| This translation happens transparently; developers continue using Hibernate’s familiar API while the framework builds the corresponding link:https://www.mongodb.com/docs/manual/reference/mql/[MongoDB Query API] commands under the hood. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you probably don't have time right now, but maybe for a future blog post, you might want to consider explaining that Jakarta Data / Hibernate Data repositories would work as well (I can't imagine a reason why it wouldn't). This would enable things like this on MongoDB, which seems pretty interesting to me:
@Query("""
select isbn, ssn, name, title
from Author join books
where title like :pattern
""")
List<AuthorBookSummary> summariesForTitle(String pattern);There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely, we can do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great, thank you.
Adding a new post introducing the MongoDB Extension for Hibernate ORM.
Please release on 11/03 at 12pm ET.