org.castor.jdo.jpa.processors.fieldprocessors
Class JPAColumnProcessor
java.lang.Object
org.castor.jdo.jpa.processors.BaseJPAAnnotationProcessor
org.castor.jdo.jpa.processors.fieldprocessors.JPAColumnProcessor
- All Implemented Interfaces:
- AnnotationProcessor, TargetAwareAnnotationProcessor
public class JPAColumnProcessor
- extends BaseJPAAnnotationProcessor
Processes the JPA annotation Column. After this processor is done,
all column specific methods of JPAFieldNature return valid values.
- Version:
- 2008-12-08
- Author:
- Peter Schmidt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAColumnProcessor
public JPAColumnProcessor()
forAnnotationClass
public Class<? extends Annotation> forAnnotationClass()
-
- See Also:
AnnotationProcessor.forAnnotationClass()
processAnnotation
public <I extends BaseNature,A extends Annotation> boolean processAnnotation(I info,
A annotation,
AnnotatedElement target)
-
- See Also:
processAnnotation(BaseNature, Annotation, AnnotatedElement)
Copyright © 2010. All Rights Reserved.