Uses of Interface
org.apache.cayenne.reflect.ArcProperty
Packages that use ArcProperty
Package
Description
Contains generic graph management tools used in Cayenne.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
General utility classes.
-
Uses of ArcProperty in org.apache.cayenne.graph
Constructors in org.apache.cayenne.graph with parameters of type ArcProperty -
Uses of ArcProperty in org.apache.cayenne.query
Fields in org.apache.cayenne.query declared as ArcProperty -
Uses of ArcProperty in org.apache.cayenne.reflect
Subinterfaces of ArcProperty in org.apache.cayenne.reflectModifier and TypeInterfaceDescriptioninterface
A property representing a map of objects keyed by one of the object properties.interface
A property representing a collection of objects.interface
An ArcProperty that points to a single graph node.Classes in org.apache.cayenne.reflect that implement ArcPropertyModifier and TypeClassDescriptionclass
A base implementation of theArcProperty
.class
A generic superclass of CollectionProperty implementations.class
A convenience base superclass forToOneProperty
implementors.Fields in org.apache.cayenne.reflect with type parameters of type ArcPropertyModifier and TypeFieldDescriptionprotected Collection
<ArcProperty> PersistentDescriptor.mapArcProperties
Methods in org.apache.cayenne.reflect that return ArcPropertyModifier and TypeMethodDescriptionArcProperty.getComplimentaryReverseArc()
Returns a complimentary reverse ArcProperty or null if no reverse arc exists.BaseArcProperty.getComplimentaryReverseArc()
Methods in org.apache.cayenne.reflect that return types with arguments of type ArcPropertyModifier and TypeMethodDescriptionClassDescriptor.getMapArcProperties()
Returns a collection over the arc properties whose reverse arcs are to-many maps.LazyClassDescriptorDecorator.getMapArcProperties()
PersistentDescriptor.getMapArcProperties()
-
Uses of ArcProperty in org.apache.cayenne.util
Methods in org.apache.cayenne.util with parameters of type ArcPropertyModifier and TypeMethodDescriptionprotected void
ObjectContextGraphAction.handleArcPropertyChange
(Persistent object, ArcProperty property, Object oldValue, Object newValue)