Package | Description |
---|---|
org.apache.cayenne.reflect |
Modifier and Type | Interface and Description |
---|---|
interface |
ArcProperty
A Property that represents an "arc" connecting source node to the target node
in the graph.
|
interface |
AttributeProperty
Represents a simple object property.
|
interface |
PropertyDescriptor
Defines bean property API used by Cayenne to access object data, do faulting
and graph maintenance tasks.
|
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 |
BaseProperty
An abstract property descriptor that delegates property access to an
Accessor . |
class |
BaseToManyProperty
A generic superclass of CollectionProperty implementations.
|
class |
BaseToOneProperty
A convenience base superclass for
ToOneProperty implementors. |
class |
SimpleAttributeProperty
A descriptor of an "attribute" persistent property.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.