Uses of Class
org.castor.core.annotationprocessing.AnnotationTargetException

Packages that use AnnotationTargetException
org.castor.core.annotationprocessing   
org.castor.cpa.jpa.processors   
org.castor.cpa.jpa.processors.classprocessors   
org.castor.cpa.jpa.processors.fieldprocessors   
 

Uses of AnnotationTargetException in org.castor.core.annotationprocessing
 

Methods in org.castor.core.annotationprocessing that throw AnnotationTargetException
<I extends BaseNature,A extends Annotation>
boolean
TargetAwareAnnotationProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this processor.
<I extends BaseNature,A extends Annotation>
boolean
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this service.
<I extends BaseNature,A extends Annotation>
boolean
TargetAwareAnnotationProcessingService.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this service.
<I extends BaseNature>
Annotation[]
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info, Annotation[] annotations, AnnotatedElement target)
          Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given Annotation.
<I extends BaseNature>
Annotation[]
TargetAwareAnnotationProcessingService.processAnnotations(I info, Annotation[] annotations, AnnotatedElement target)
          Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given Annotation.
 

Uses of AnnotationTargetException in org.castor.cpa.jpa.processors
 

Methods in org.castor.cpa.jpa.processors that throw AnnotationTargetException
static Class<?> ReflectionsHelper.getCollectionType(AnnotatedElement target, boolean jpaTypesOnly)
          Get the (raw) type of collection from the annotations target and optional check for JPA 1.0 restrictions (only Collection, Map, List and Set are allowed).
static Class<?> ReflectionsHelper.getTargetEntityFromGenerics(AnnotatedElement target)
          Get the target entity information from the target (necessary if it was not specified by the annotation itself).
 

Uses of AnnotationTargetException in org.castor.cpa.jpa.processors.classprocessors
 

Methods in org.castor.cpa.jpa.processors.classprocessors that throw AnnotationTargetException
<I extends BaseNature,A extends Annotation>
boolean
JPAMappedSuperclassProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPANamedNativeQueryProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPANamedQueriesProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this processor.
<I extends BaseNature,A extends Annotation>
boolean
JPAInheritanceProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this processor.
<I extends BaseNature,A extends Annotation>
boolean
JPATableGeneratorClassProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPASequenceGeneratorClassProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPANamedQueryProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this processor.
<I extends BaseNature,A extends Annotation>
boolean
JPACacheProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPANamedNativeQueriesProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
 

Uses of AnnotationTargetException in org.castor.cpa.jpa.processors.fieldprocessors
 

Methods in org.castor.cpa.jpa.processors.fieldprocessors that throw AnnotationTargetException
<I extends BaseNature,A extends Annotation>
boolean
JPAOneToManyProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this processor.
<I extends BaseNature,A extends Annotation>
boolean
JPAVersionProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPAGeneratedValueProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPAManyToManyProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this processor.
<I extends BaseNature,A extends Annotation>
boolean
JPAJoinTableProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this processor.
<I extends BaseNature,A extends Annotation>
boolean
JPATemporalProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPASequenceGeneratorFieldProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPALobProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPATableGeneratorFieldProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
<I extends BaseNature,A extends Annotation>
boolean
JPAEnumeratedProcessor.processAnnotation(I info, A annotation, AnnotatedElement target)
           
 



Copyright © 2012. All Rights Reserved.