AnnotationProcessor, TargetAwareAnnotationProcessorJPABasicProcessor, JPACacheProcessor, JPAColumnProcessor, JPAEntityProcessor, JPAEnumeratedProcessor, JPAGeneratedValueProcessor, JPAIdProcessor, JPAInheritanceProcessor, JPAJoinColumnProcessor, JPAJoinTableProcessor, JPALobProcessor, JPAManyToManyProcessor, JPAManyToOneProcessor, JPAMappedSuperclassProcessor, JPANamedNativeQueriesProcessor, JPANamedNativeQueryProcessor, JPANamedQueriesProcessor, JPANamedQueryProcessor, JPAOneToManyProcessor, JPAOneToOneProcessor, JPASequenceGeneratorClassProcessor, JPASequenceGeneratorFieldProcessor, JPATableGeneratorClassProcessor, JPATableGeneratorFieldProcessor, JPATableProcessor, JPATemporalProcessor, JPATransientProcessor, JPAVersionProcessorpublic abstract class BaseJPAAnnotationProcessor extends java.lang.Object implements TargetAwareAnnotationProcessor
TargetAwareAnnotationProcessor that does not allow
 processing without a target (returns false).AnnotationProcessor#processAnnotation(BaseNature, Annotation)| Constructor | Description | 
|---|---|
BaseJPAAnnotationProcessor() | 
| Modifier and Type | Method | Description | 
|---|---|---|
<I extends BaseNature,A extends java.lang.annotation.Annotation> | 
processAnnotation(I info,
                 A annotation) | 
 Returns false - non target aware processing shall not be implemented in
 JPA-Annotation processing. 
 | 
forAnnotationClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessAnnotationpublic final <I extends BaseNature,A extends java.lang.annotation.Annotation> boolean processAnnotation(I info, A annotation)
processAnnotation in interface AnnotationProcessorinfo - the Info class that should be filled with the information readannotation - the annotation to processAnnotationProcessor.processAnnotation(BaseNature,
      Annotation)Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com