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

Packages that use ClassDescriptor
org.apache.cayenne.ejbql   
org.apache.cayenne.map Contains O/R mapping classes that store relational database metadata information and map it to Java classes. 
org.apache.cayenne.query Defines standard queries supported by Cayenne and extension mechanism to create custom queries. 
org.apache.cayenne.reflect   
org.apache.cayenne.reflect.generic   
org.apache.cayenne.reflect.pojo   
org.apache.cayenne.util General utility classes. 
 

Uses of ClassDescriptor in org.apache.cayenne.ejbql
 

Methods in org.apache.cayenne.ejbql that return ClassDescriptor
 ClassDescriptor EJBQLCompiledExpression.getEntityDescriptor(String identifier)
          Returns a ClassDescriptor for the id variable.
 ClassDescriptor EJBQLCompiledExpression.getRootDescriptor()
          Returns a descriptor of the root of this expression such as entity being fetched or updated.
 

Uses of ClassDescriptor in org.apache.cayenne.map
 

Methods in org.apache.cayenne.map that return ClassDescriptor
 ClassDescriptor EntityResolver.getClassDescriptor(String entityName)
          Returns ClassDescriptor for the ObjEntity matching the name.
 

Uses of ClassDescriptor in org.apache.cayenne.query
 

Methods in org.apache.cayenne.query that return ClassDescriptor
 ClassDescriptor QueryMetadata.getClassDescriptor()
           
 

Uses of ClassDescriptor in org.apache.cayenne.reflect
 

Classes in org.apache.cayenne.reflect that implement ClassDescriptor
 class LazyClassDescriptorDecorator
          A ClassDescriptor wrapper that compiles decoarated descriptor lazily on first access.
 class PersistentDescriptor
          A default ClassDescriptor implementation for persistent objects.
 

Fields in org.apache.cayenne.reflect declared as ClassDescriptor
protected  ClassDescriptor LazyClassDescriptorDecorator.descriptor
           
protected  ClassDescriptor BaseProperty.owner
           
protected  ClassDescriptor PersistentDescriptor.superclassDescriptor
           
protected  ClassDescriptor BaseArcProperty.targetDescriptor
           
 

Methods in org.apache.cayenne.reflect that return ClassDescriptor
protected  ClassDescriptor ClassDescriptorMap.createDescriptor(String entityName)
          Creates a new descriptor.
protected  ClassDescriptor ClassDescriptorMap.createProxyDescriptor(String entityName)
          Creates a descriptor wrapper that will compile the underlying descriptor on demand.
 ClassDescriptor LazyClassDescriptorDecorator.getDescriptor()
          Returns underlying descriptor used to delegate all processing, resolving it if needed.
protected  ClassDescriptor PersistentDescriptorFactory.getDescriptor(ObjEntity entity, Class entityClass)
           
 ClassDescriptor ClassDescriptorFactory.getDescriptor(String entityName)
          Returns a ClassDescriptor instance for a given symbolic entity name.
 ClassDescriptor ClassDescriptorMap.getDescriptor(String entityName)
           
 ClassDescriptor PersistentDescriptorFactory.getDescriptor(String entityName)
           
 ClassDescriptor ClassDescriptor.getSubclassDescriptor(Class objectClass)
          Returns the most "specialized" descriptor for a given class.
 ClassDescriptor LazyClassDescriptorDecorator.getSubclassDescriptor(Class objectClass)
           
 ClassDescriptor PersistentDescriptor.getSubclassDescriptor(Class objectClass)
           
 ClassDescriptor ClassDescriptor.getSuperclassDescriptor()
          Returns a descriptor of the mapped superclass or null if the descriptor's entity sits at the top of inheritance hierarchy or no inheritance is mapped.
 ClassDescriptor LazyClassDescriptorDecorator.getSuperclassDescriptor()
           
 ClassDescriptor PersistentDescriptor.getSuperclassDescriptor()
          Returns a descriptor of the mapped superclass or null if the descriptor's entity sits at the top of inheritance hierarchy.
 ClassDescriptor ArcProperty.getTargetDescriptor()
          Returns a ClassDescriptor for the type of graph nodes pointed to by this arc property.
 ClassDescriptor BaseArcProperty.getTargetDescriptor()
           
 

Methods in org.apache.cayenne.reflect with parameters of type ClassDescriptor
 void ClassDescriptorMap.addDescriptor(String entityName, ClassDescriptor descriptor)
          Caches descriptor definition.
 void PersistentDescriptor.addSubclassDescriptor(ClassDescriptor subclassDescriptor)
           
 void PersistentDescriptor.setSuperclassDescriptor(ClassDescriptor superclassDescriptor)
           
 

Constructors in org.apache.cayenne.reflect with parameters of type ClassDescriptor
BaseArcProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, Accessor accessor, String reverseName)
           
BaseProperty(ClassDescriptor owner, Accessor accessor)
           
BaseToManyProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, Accessor accessor, String reverseName)
           
BaseToOneProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, Accessor accessor, String reverseName)
           
IndexedListProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, Accessor accessor, String reverseName, String indexPropertyName)
           
ListProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, Accessor accessor, String reverseName)
           
SimpleAttributeProperty(ClassDescriptor owner, Accessor accessor, ObjAttribute attribute)
           
 

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

Methods in org.apache.cayenne.reflect.generic that return ClassDescriptor
protected  ClassDescriptor DataObjectDescriptorFactory.getDescriptor(ObjEntity entity, Class entityClass)
           
 

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

Methods in org.apache.cayenne.reflect.pojo that return ClassDescriptor
protected  ClassDescriptor EnhancedPojoDescriptorFactory.getDescriptor(ObjEntity entity, Class entityClass)
           
 

Uses of ClassDescriptor in org.apache.cayenne.util
 

Methods in org.apache.cayenne.util with parameters of type ClassDescriptor
 Object ObjectDetachOperation.detach(Object object, ClassDescriptor descriptor, PrefetchTreeNode prefetchTree)
          "Detaches" an object from its context by creating an unattached copy.
 Object DeepMergeOperation.merge(Object object, ClassDescriptor descriptor)
           
 



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