AnnotationProcessor
, TargetAwareAnnotationProcessor
JPABasicProcessor
, 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
, JPAVersionProcessor
public 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.
|
forAnnotationClass
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processAnnotation
public final <I extends BaseNature,A extends java.lang.annotation.Annotation> boolean processAnnotation(I info, A annotation)
processAnnotation
in interface AnnotationProcessor
info
- 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