| org.apache.openjpa.persistence.proxy |
|
| Java Source File Name | Type | Comment |
| TestProxyCollection.java | Class | Tests proxying and change tracking of collection fields for modification in
detached state. |
| TreeNode.java | Class | Persistent entity for testing adding/removing elements of collection valued
field while in detached state.
Node refers to a list of Nodes as children.
Contains recursive methods to create or modify uniform subtree. |