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.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1004701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2010-10-05 16:30:01 +00:00
parent 93357de778
commit 4230248357
1 changed files with 0 additions and 5 deletions

View File

@ -754,11 +754,6 @@ retrieve all persistent state; other side effects might not be desirable.
</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>