Author: epbernard
Date: 2007-01-21 19:43:28 -0500 (Sun, 21 Jan 2007)
New Revision: 11073
Modified:
branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/entity.xml
Log:
small doc error
Modified: branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/entity.xml
===================================================================
---
branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/entity.xml 2007-01-22
00:39:26 UTC (rev 11072)
+++
branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/entity.xml 2007-01-22
00:43:28 UTC (rev 11073)
@@ -1187,7 +1187,7 @@
</programlisting>
</sect3>
- <sect3 id="entity-mapping-association-collections">
+ <sect3 id="entity-mapping-association-collections"
revision="1">
<title>Collections</title>
<sect4 id="entity-mapping-association-collections-overview"
@@ -1203,8 +1203,7 @@
annotation takes into parameter a list of comma separated (target
entity) properties to order the collection by (eg <code>firstname
asc, age desc</code>), if the string is empty, the collection will
- be ordered by id. <literal>@OrderBy</literal> currently works only
- on collections having no association table. For true indexed
+ be ordered by id. For true indexed
collections, please refer to the <xref linkend="entity-hibspec"
/>.
EJB3 allows you to map Maps using as a key one of the target entity
property using
<literal>@MapKey(name="myProperty")</literal>
Show replies by date