Uses of Class
org.apache.cayenne.jpa.map.JpaPropertyDescriptor

Packages that use JpaPropertyDescriptor
org.apache.cayenne.jpa.conf   
org.apache.cayenne.jpa.map   
 

Uses of JpaPropertyDescriptor in org.apache.cayenne.jpa.conf
 

Methods in org.apache.cayenne.jpa.conf with parameters of type JpaPropertyDescriptor
protected  boolean EntityMapAnnotationLoader.applyMemberAnnotations(JpaPropertyDescriptor property, AnnotationProcessorStack stack)
          Processes member annotations, returning true if at least one JPA annotation was found.
 

Uses of JpaPropertyDescriptor in org.apache.cayenne.jpa.map
 

Fields in org.apache.cayenne.jpa.map declared as JpaPropertyDescriptor
protected  JpaPropertyDescriptor JpaAttribute.propertyDescriptor
           
 

Fields in org.apache.cayenne.jpa.map with type parameters of type JpaPropertyDescriptor
protected  Collection<JpaPropertyDescriptor> JpaClassDescriptor.fieldDescriptors
           
protected  Collection<JpaPropertyDescriptor> JpaClassDescriptor.propertyDescriptors
           
 

Methods in org.apache.cayenne.jpa.map that return JpaPropertyDescriptor
 JpaPropertyDescriptor JpaClassDescriptor.getProperty(String name)
          Returns descriptor matching the property name.
 JpaPropertyDescriptor JpaAttribute.getPropertyDescriptor()
           
 JpaPropertyDescriptor JpaClassDescriptor.getPropertyForMember(Member classMember)
          Returns descriptor matching the property name.
 

Methods in org.apache.cayenne.jpa.map that return types with arguments of type JpaPropertyDescriptor
 Collection<JpaPropertyDescriptor> JpaClassDescriptor.getFieldDescriptors()
           
 Collection<JpaPropertyDescriptor> JpaClassDescriptor.getPropertyDescriptors()
          Returns getters for public and protected methods that look like read/write bean properties, as those are potential persistent properties.
 

Methods in org.apache.cayenne.jpa.map with parameters of type JpaPropertyDescriptor
 void JpaAttribute.setPropertyDescriptor(JpaPropertyDescriptor propertyDescriptor)
           
 



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