org.castor.cpa.jpa.processors.fieldprocessors
Class JPAGeneratedValueProcessor
java.lang.Object
org.castor.cpa.jpa.processors.BaseJPAAnnotationProcessor
org.castor.cpa.jpa.processors.fieldprocessors.JPAGeneratedValueProcessor
- All Implemented Interfaces:
- AnnotationProcessor, TargetAwareAnnotationProcessor
public class JPAGeneratedValueProcessor
- extends BaseJPAAnnotationProcessor
Processes the JPA annotation GeneratedValue. After this processor is done,
all column specific methods of JPAFieldNature return valid values.
- Since:
- 1.3.2
- Author:
- Werner Guttmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAGeneratedValueProcessor
public JPAGeneratedValueProcessor()
processAnnotation
public <I extends BaseNature,A extends Annotation> boolean processAnnotation(I info,
A annotation,
AnnotatedElement target)
throws AnnotationTargetException
- Throws:
AnnotationTargetException
forAnnotationClass
public Class<? extends Annotation> forAnnotationClass()
Copyright © 2011. All Rights Reserved.