| Package | Description | 
|---|---|
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.reflect | |
| org.apache.cayenne.util | General utility classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ToManyListA list that holds objects for to-many relationships. | 
| class  | ToManySet | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract ValueHolder | BaseToManyProperty. createCollectionValueHolder(Object object)Creates a Collection for an object. | 
| protected ValueHolder | BaseToManyProperty. ensureCollectionValueHolderSet(Object object)Checks that an object's List field described by this property is set, injecting a
 List if needed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IndexPropertyListA List implementation that would maintain its internal ordering based on some object
 numeric "index" property. | 
| class  | PersistentObjectHolderA ValueHolder implementation that holds a single Persistent object related to an object
 used to initialize PersistentObjectHolder. | 
| class  | PersistentObjectListA list of persistent objects lazily resolved on the first access. | 
| class  | PersistentObjectMap | 
| class  | PersistentObjectSet | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.