[jboss-cvs] JBossAS SVN: r95365 - projects/docs/enterprise/5.0/Hibernate/Hibernate_Annotations_Reference_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 22 01:34:49 EDT 2009
Author: laubai
Date: 2009-10-22 01:34:49 -0400 (Thu, 22 Oct 2009)
New Revision: 95365
Modified:
projects/docs/enterprise/5.0/Hibernate/Hibernate_Annotations_Reference_Guide/en-US/entity.xml
Log:
Added changes for brew build.
Modified: projects/docs/enterprise/5.0/Hibernate/Hibernate_Annotations_Reference_Guide/en-US/entity.xml
===================================================================
--- projects/docs/enterprise/5.0/Hibernate/Hibernate_Annotations_Reference_Guide/en-US/entity.xml 2009-10-22 05:34:12 UTC (rev 95364)
+++ projects/docs/enterprise/5.0/Hibernate/Hibernate_Annotations_Reference_Guide/en-US/entity.xml 2009-10-22 05:34:49 UTC (rev 95365)
@@ -1316,9 +1316,10 @@
<entry>Bag semantic with primary key (withtout the
limitations of Bag semantic)</entry>
- <entry><para>java.util.List</para><para>java.util.Collection</para></entry>
+ <entry>java.util.List, java.util.Collection</entry>
- <entry><para>@org.hibernate.annotations.CollectionOfElements</para><para>or @OneToMany</para><para>or @ManyToMany)</para><para>and @CollectionId</para></entry>
+ <entry>(@org.hibernate.annotations.CollectionOfElements or
+ @OneToMany or @ManyToMany) and @CollectionId</entry>
</row>
<row>
More information about the jboss-cvs-commits
mailing list