-
-
Couldn't load subscription status.
- Fork 3.7k
fix some defects in repositories doc #9319
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
fix some defects in repositories doc #9319
Conversation
| String title; | ||
| @Basic(optional = false) | ||
| LocalDate publicationDate; |
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 found LocalDate is in the scope of Basic at https://docs.jboss.org/hibernate/orm/6.6/userguide/html_single/Hibernate_User_Guide.html#basic-basic-annotation:
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 Nathan, I have left comments.
documentation/src/main/asciidoc/repositories/Configuration.adoc
Outdated
Show resolved
Hide resolved
|
@NathanQingyangXu would you please squash this? |
7cf0ea7 to
3ca85ac
Compare
# Conflicts: # documentation/src/main/asciidoc/repositories/Repositories.adoc
4b735b2 to
ee648c1
Compare
done. |
|
Merged via #10837 since there was a conflict. |
Hibernate Data is definitively highly interesting to MongoDB Hibernate integration project for it provides a good selling point to compete with Spring Data Mongo (I used to be a lover of Spring Data's method name based query feature, now I found it is not well-founded and technically Hibernate Data is much more powerful and makes more sense).
I found some obvious defects in the doc, though there are some I am not certain of so I left some comments to confirm.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.