Uses of Interface
org.apache.cayenne.ValueHolder
Package
Description
Contains classes that make up Cayenne ORM stack.
General utility classes.
-
Uses of ValueHolder in org.apache.cayenne.access
Modifier and TypeClassDescriptionclass
ToManyList<E>
A list that holds objects for to-many relationships.class
ToManySet<E>
-
Uses of ValueHolder in org.apache.cayenne.reflect
Modifier and TypeMethodDescriptionprotected 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. -
Uses of ValueHolder in org.apache.cayenne.util
Modifier and TypeClassDescriptionclass
A List implementation that would maintain its internal ordering based on some object numeric "index" property.class
A ValueHolder implementation that holds a single Persistent object related to an object used to initialize PersistentObjectHolder.class
A list of persistent objects lazily resolved on the first access.class
class