Uses of Interface
org.apache.cayenne.jpa.conf.AnnotationProcessorStack

Packages that use AnnotationProcessorStack
org.apache.cayenne.jpa.conf   
 

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

Methods in org.apache.cayenne.jpa.conf with parameters of type AnnotationProcessorStack
protected  void EntityMapAnnotationLoader.applyEntityCallbackAnnotations(Method method, AnnotationProcessorStack stack)
           
protected  boolean EntityMapAnnotationLoader.applyMemberAnnotations(JpaPropertyDescriptor property, AnnotationProcessorStack stack)
          Processes member annotations, returning true if at least one JPA annotation was found.
 void AnnotationProcessor.onFinishElement(AnnotatedElement element, AnnotationProcessorStack context)
          Invoked at the end of the annotation tree traversal, which is done in a depth-first manner.
 void AnnotationProcessor.onStartElement(AnnotatedElement element, AnnotationProcessorStack context)
          Invoked in the beginning of the annotation tree traversal, which is done in a depth-first manner.
 



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