mirror of https://github.com/apache/openjpa.git
OPENJPA-1510: Remove JDK 1.5 reference from Reverse Mapping section - this level of JDK is now a must to run OpenJPA.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@924007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4bff5d71e8
commit
d386fa8067
|
@ -610,8 +610,7 @@ for every many-1/1-1 relation detected.
|
|||
<listitem>
|
||||
<para>
|
||||
<literal>-useGenericCollections/-gc <true/t | false/f></literal>: Set to
|
||||
true to use generic collections on OneToMany and ManyToMany relations (requires
|
||||
JDK 1.5 or higher).
|
||||
true to use generic collections on OneToMany and ManyToMany relations.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in New Issue