Uses of Class
org.apache.cayenne.reflect.PersistentDescriptor

Packages that use PersistentDescriptor
org.apache.cayenne.jpa.reflect   
org.apache.cayenne.reflect   
org.apache.cayenne.reflect.generic   
org.apache.cayenne.reflect.pojo   
org.apache.cayenne.reflect.valueholder   
 

Uses of PersistentDescriptor in org.apache.cayenne.jpa.reflect
 

Methods in org.apache.cayenne.jpa.reflect with parameters of type PersistentDescriptor
protected  void JpaClassDescriptorFactory.createToManyProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
 

Uses of PersistentDescriptor in org.apache.cayenne.reflect
 

Methods in org.apache.cayenne.reflect that return PersistentDescriptor
protected  PersistentDescriptor PersistentDescriptorFactory.createDescriptor()
           
 

Methods in org.apache.cayenne.reflect with parameters of type PersistentDescriptor
protected  Accessor PersistentDescriptorFactory.createAccessor(PersistentDescriptor descriptor, String propertyName, Class propertyType)
          Creates an accessor for the property.
protected  void PersistentDescriptorFactory.createAttributeProperty(PersistentDescriptor descriptor, ObjAttribute attribute)
           
protected  void PersistentDescriptorFactory.createEmbeddedAttributeProperty(PersistentDescriptor descriptor, EmbeddedAttribute embeddedAttribute, ObjAttribute attribute)
           
protected abstract  void PersistentDescriptorFactory.createToManyProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
protected abstract  void PersistentDescriptorFactory.createToOneProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
protected  void PersistentDescriptorFactory.indexSubclassDescriptors(PersistentDescriptor descriptor, EntityInheritanceTree inheritanceTree)
           
 

Uses of PersistentDescriptor in org.apache.cayenne.reflect.generic
 

Methods in org.apache.cayenne.reflect.generic that return PersistentDescriptor
protected  PersistentDescriptor DataObjectDescriptorFactory.createDescriptor()
           
 

Methods in org.apache.cayenne.reflect.generic with parameters of type PersistentDescriptor
protected  Accessor DataObjectDescriptorFactory.createAccessor(PersistentDescriptor descriptor, String propertyName, Class propertyType)
           
protected  void DataObjectDescriptorFactory.createAttributeProperty(PersistentDescriptor descriptor, ObjAttribute attribute)
           
protected  void DataObjectDescriptorFactory.createToManyProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
protected  void DataObjectDescriptorFactory.createToOneProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
 

Uses of PersistentDescriptor in org.apache.cayenne.reflect.pojo
 

Methods in org.apache.cayenne.reflect.pojo with parameters of type PersistentDescriptor
protected  void EnhancedPojoDescriptorFactory.createToManyProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
protected  void EnhancedPojoDescriptorFactory.createToOneProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
 

Uses of PersistentDescriptor in org.apache.cayenne.reflect.valueholder
 

Methods in org.apache.cayenne.reflect.valueholder with parameters of type PersistentDescriptor
protected  void ValueHolderDescriptorFactory.createToManyProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
protected  void ValueHolderDescriptorFactory.createToOneProperty(PersistentDescriptor descriptor, ObjRelationship relationship)
           
 



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