Author: kwsutter
Date: Tue Oct  5 16:30:01 2010
New Revision: 1004701

URL: http://svn.apache.org/viewvc?rev=1004701&view=rev
Log:
Updating documentation to remove the restriction of using only a single type of 
access (field or property) for each class.  As of JPA 2.0, this restriction no 
longer applies.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml?rev=1004701&r1=1004700&r2=1004701&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_meta.xml Tue Oct  
5 16:30:01 2010
@@ -754,11 +754,6 @@ retrieve all persistent state; other sid
             </para>
         </warning>
         <para>
-Each class must use either field access or property access for all state; you
-cannot use both access types within the same class. Additionally, a subclass
-must use the same access type as its superclass.
-        </para>
-        <para>
 The remainder of this document uses the term "persistent field" to refer to
 either a persistent field or a persistent property.
         </para>


Reply via email to