| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArcProperty | |
|---|---|
| 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. | 
| Uses of ArcProperty in org.apache.cayenne.query | 
|---|
| Fields in org.apache.cayenne.query declared as ArcProperty | |
|---|---|
| protected  ArcProperty | RelationshipQuery.arc | 
| Uses of ArcProperty in org.apache.cayenne.reflect | 
|---|
| Subinterfaces of ArcProperty in org.apache.cayenne.reflect | |
|---|---|
|  interface | ToManyMapPropertyA property representing a map of objects keyed by one of the object properties. | 
|  interface | ToManyPropertyA property representing a collection of objects. | 
|  interface | ToOnePropertyAn ArcProperty that points to a single graph node. | 
| Classes in org.apache.cayenne.reflect that implement ArcProperty | |
|---|---|
|  class | BaseArcPropertyA base implementation of the ArcProperty. | 
|  class | BaseToManyPropertyA generic superclass of CollectionProperty implementations. | 
|  class | BaseToOnePropertyA convenience base superclass for ToOnePropertyimplementors. | 
|  class | IndexedListPropertyDeprecated. since 3.0 (no substitute exists in Cayenne) | 
|  class | ListPropertyDeprecated. since 3.0 replaced by non-public classes. | 
| Fields in org.apache.cayenne.reflect with type parameters of type ArcProperty | |
|---|---|
| protected  Collection<ArcProperty> | PersistentDescriptor.mapArcProperties | 
| Methods in org.apache.cayenne.reflect that return ArcProperty | |
|---|---|
|  ArcProperty | ArcProperty.getComplimentaryReverseArc()Returns a complimentary reverse ArcProperty or null if no reverse arc exists. | 
|  ArcProperty | BaseArcProperty.getComplimentaryReverseArc() | 
| Methods in org.apache.cayenne.reflect that return types with arguments of type ArcProperty | |
|---|---|
|  Iterator<ArcProperty> | ClassDescriptor.getMapArcProperties()Returns an iterator over the arc properties whose reverse arcs are to-many maps. | 
|  Iterator<ArcProperty> | LazyClassDescriptorDecorator.getMapArcProperties() | 
|  Iterator<ArcProperty> | PersistentDescriptor.getMapArcProperties() | 
| Uses of ArcProperty in org.apache.cayenne.util | 
|---|
| Methods in org.apache.cayenne.util with parameters of type ArcProperty | |
|---|---|
| protected abstract  void | ObjectContextGraphAction.handleArcPropertyChange(Persistent object,
                        ArcProperty property,
                        Object oldValue,
                        Object newValue) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||