Author: pcl
Date: Fri Sep 22 18:57:05 2006
New Revision: 449144
URL: http://svn.apache.org/viewvc?view=rev&rev=449144
Log:
removed erroneous docs about GeneratedValue
Modified:
incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
Modified:
incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml?view=diff&rev=449144&r1=449143&r2=449144
==============================================================================
---
incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
(original)
+++
incubator/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
Fri Sep 22 18:57:05 2006
@@ -750,8 +750,7 @@
<classname>Id</classname> annotation. It is often convenient to allow the
persistence implementation to assign a unique value to your identity fields
automatically. JPA includes the the <classname>GeneratedValue</classname>
-annotation for this purpose. You can only apply the <classname> GeneratedValue
-</classname> annotation to numeric fields. It has the following properties:
+annotation for this purpose. It has the following properties:
</para>
<itemizedlist>
<listitem>