Skip to content

Commit

Permalink
NH-3709 - Fix Reference to One Shot Delete and Inverse Collections
Browse files Browse the repository at this point in the history
Revert "fixed bug about on-delete"

This reverts commit 9902ef9.
  • Loading branch information
hazzik committed Oct 15, 2014
1 parent 71994bd commit 236a2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/modules/performance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ sessionFactory.EvictCollection("Eg.Cat.Kittens"); //evict all kitten collections
</para>

<para>
one-shot-delete apply to collections mapped <literal>inverse="true"</literal>.
Of course, one-shot-delete does not apply to collections mapped <literal>inverse="true"</literal>.
</para>

</sect2>
Expand Down

0 comments on commit 236a2ab

Please sign in to comment.