Package | Description |
---|---|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
org.apache.cayenne.reflect | |
org.apache.cayenne.util |
General utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected ArcProperty |
RelationshipQuery.arc |
Modifier and Type | Interface and Description |
---|---|
interface |
ToManyMapProperty
A property representing a map of objects keyed by one of the object properties.
|
interface |
ToManyProperty
A property representing a collection of objects.
|
interface |
ToOneProperty
An ArcProperty that points to a single graph node.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseArcProperty
A base implementation of the
ArcProperty . |
class |
BaseToManyProperty
A generic superclass of CollectionProperty implementations.
|
class |
BaseToOneProperty
A convenience base superclass for
ToOneProperty implementors. |
Modifier and Type | Field and Description |
---|---|
protected Collection<ArcProperty> |
PersistentDescriptor.mapArcProperties |
Modifier and Type | Method and Description |
---|---|
ArcProperty |
BaseArcProperty.getComplimentaryReverseArc() |
ArcProperty |
ArcProperty.getComplimentaryReverseArc()
Returns a complimentary reverse ArcProperty or null if no reverse arc
exists.
|
Modifier and Type | Method and Description |
---|---|
Collection<ArcProperty> |
LazyClassDescriptorDecorator.getMapArcProperties() |
Collection<ArcProperty> |
PersistentDescriptor.getMapArcProperties() |
Collection<ArcProperty> |
ClassDescriptor.getMapArcProperties()
Returns a collection over the arc properties whose reverse arcs are to-many maps.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectContextGraphAction.handleArcPropertyChange(Persistent object,
ArcProperty property,
Object oldValue,
Object newValue) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.