-
Notifications
You must be signed in to change notification settings - Fork 934
Update mapping documentation #1761
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
Conversation
Many mapping properties available in NHibernate are lacking proper documentation. Document them. (Mainly done by synchronizing with https://docs.jboss.org/hibernate/orm/3.5/reference/en-US/html/mapping.html and subsequent chapters of the Hibernate documentation.) Also fixes inaccuracies and misleading statements.
|
||
</sect2> | ||
|
||
<!-- This example is not supported by NHibernate, because HbmManyToMany lacks a ColumnsAndFormulas handling |
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.
This is #1759. If merged, we could un-comment this section.
@@ -680,9 +683,9 @@ secondSession.SaveOrUpdate(mate); // save the new instance (mate has a null id) | |||
<listitem> | |||
<para> | |||
if the object is versioned (<literal>version</literal> or | |||
<literal>timestamp</literal>), then the version will take precedence | |||
to identifier check, unless the versions | |||
<literal>unsaved-value="undefined"</literal> (default value) |
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.
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 have not read it but I condemn I guess the PR is fine.
Many mapping properties available in NHibernate are lacking proper
documentation. Document them. (Mainly done by synchronizing with
https://docs.jboss.org/hibernate/orm/3.5/reference/en-US/html/mapping.html
and subsequent chapters of the Hibernate documentation.)
Also fixes inaccuracies and misleading statements.