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

Packages that use AttributeProperty
org.apache.cayenne.reflect   
 

Uses of AttributeProperty in org.apache.cayenne.reflect
 

Classes in org.apache.cayenne.reflect that implement AttributeProperty
 class SimpleAttributeProperty
          A descriptor of an "attribute" persistent property.
 

Fields in org.apache.cayenne.reflect with type parameters of type AttributeProperty
protected  java.util.Collection<AttributeProperty> PersistentDescriptor.idProperties
           
 

Methods in org.apache.cayenne.reflect that return types with arguments of type AttributeProperty
 java.util.Collection<AttributeProperty> ClassDescriptor.getIdProperties()
          Returns a collection of the properties mapped to id columns.
 java.util.Collection<AttributeProperty> LazyClassDescriptorDecorator.getIdProperties()
           
 java.util.Collection<AttributeProperty> PersistentDescriptor.getIdProperties()
           
 

Methods in org.apache.cayenne.reflect with parameters of type AttributeProperty
 boolean PropertyVisitor.visitAttribute(AttributeProperty property)
           
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.