|
From: <hib...@li...> - 2006-04-16 16:14:26
|
Author: epbernard
Date: 2006-04-16 12:14:07 -0400 (Sun, 16 Apr 2006)
New Revision: 9753
Modified:
trunk/HibernateExt/metadata/doc/reference/en/modules/entity.xml
Log:
Wrong documentation about @OrderBy and List semantic
Modified: trunk/HibernateExt/metadata/doc/reference/en/modules/entity.xml
===================================================================
--- trunk/HibernateExt/metadata/doc/reference/en/modules/entity.xml 2006-04-16 14:51:51 UTC (rev 9752)
+++ trunk/HibernateExt/metadata/doc/reference/en/modules/entity.xml 2006-04-16 16:14:07 UTC (rev 9753)
@@ -1178,7 +1178,7 @@
<entry>java.util.List</entry>
<entry>@org.hibernate.annotations.CollectionOfElements,
- @OneToMany, @ManyToMany + @OrderBy,
+ @OneToMany, @ManyToMany +
@org.hibernate.annotations.IndexColumn</entry>
</row>
@@ -1203,7 +1203,7 @@
</tgroup>
</table>
- <remark>So specifically, java.util.List collections wo @OrderBy nor
+ <remark>So specifically, java.util.List collections without
@org.hibernate.annotations.IndexColumn are going to be considered as
bags.</remark>
|