Skip to content

Commit

Permalink
Invert meaning of tip about embedded collections not being supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Sep 1, 2011
1 parent 5594660 commit 85f52a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hibernate-search/src/main/docbook/en-US/modules/mapping.xml
Expand Up @@ -444,9 +444,8 @@ public class Address {
<classname>@ContainedIn</classname>.</para>

<tip>
<para><literal>@ContainedIn</literal> is only useful on associations
pointing to entities as opposed to embedded (collection of)
objects.</para>
<para><literal>@ContainedIn</literal> is useful on both associations
pointing to entities and on embedded (collection of) objects.</para>
</tip>

<para>Let's make <xref linkend="example-indexing-associations" /> a bit
Expand Down

0 comments on commit 85f52a1

Please sign in to comment.