Uses of Interface
org.apache.cayenne.reflect.Property

Packages that use Property
org.apache.cayenne.reflect   
 

Uses of Property in org.apache.cayenne.reflect
 

Subinterfaces of Property in org.apache.cayenne.reflect
 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.
 

Classes in org.apache.cayenne.reflect that implement Property
 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-2013 Apache Cayenne. All Rights Reserved.