Uses of Interface
org.apache.cayenne.util.PersistentObjectCollection
| Package | Description | 
|---|---|
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.util | General utility classes. | 
- 
Uses of PersistentObjectCollection in org.apache.cayenne.accessClasses in org.apache.cayenne.access that implement PersistentObjectCollection Modifier and Type Class Description classToManyList<E>A list that holds objects for to-many relationships.classToManySet<E>
- 
Uses of PersistentObjectCollection in org.apache.cayenne.utilClasses in org.apache.cayenne.util that implement PersistentObjectCollection Modifier and Type Class Description classPersistentObjectList<E>A list of persistent objects lazily resolved on the first access.classPersistentObjectSet<E>