Package org.castor.cpa.jpa.info
Class JPAFieldAnnotationProcessingService
java.lang.Object
org.castor.core.annotationprocessing.BaseAnnotationProcessingService
org.castor.core.annotationprocessing.BaseTargetAwareAnnotationProcessingService
org.castor.cpa.jpa.info.JPAFieldAnnotationProcessingService
- All Implemented Interfaces:
AnnotationProcessingService
,TargetAwareAnnotationProcessingService
This is a standard
BaseTargetAwareAnnotationProcessingService
initialized with JPA Annotation processors for field bound JPA annotations.- Since:
- 1.3
- Author:
- Peter Schmidt
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiate aBaseTargetAwareAnnotationProcessingService
with JPA Annotation processors for field bound JPA annotations. -
Method Summary
Methods inherited from class org.castor.core.annotationprocessing.BaseTargetAwareAnnotationProcessingService
addAnnotationProcessor, getAllAnnotationProcessors, getTargetAwareAnnotationProcessors, processAnnotation, processAnnotation, processAnnotations, processAnnotations
Methods inherited from class org.castor.core.annotationprocessing.BaseAnnotationProcessingService
addAnnotationProcessor, getAnnotationProcessors
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.castor.core.annotationprocessing.AnnotationProcessingService
addAnnotationProcessor, getAnnotationProcessors
-
Constructor Details
-
JPAFieldAnnotationProcessingService
public JPAFieldAnnotationProcessingService()Instantiate aBaseTargetAwareAnnotationProcessingService
with JPA Annotation processors for field bound JPA annotations.
-