Skip to content

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

Merged
merged 1 commit into from
Jun 23, 2018

Conversation

fredericDelaporte
Copy link
Member

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.

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
Copy link
Member Author

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)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more the case since NH-3505, see #1354.

Copy link
Member

@hazzik hazzik left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants