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
public class JPAFieldAnnotationProcessingService extends BaseTargetAwareAnnotationProcessingService
This is a standardBaseTargetAwareAnnotationProcessingService
initialized with JPA Annotation processors for field bound JPA annotations.- Since:
- 1.3
- Author:
- Peter Schmidt
-
-
Constructor Summary
Constructors Constructor Description JPAFieldAnnotationProcessingService()
Instantiate 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 Detail
-
JPAFieldAnnotationProcessingService
public JPAFieldAnnotationProcessingService()
Instantiate aBaseTargetAwareAnnotationProcessingService
with JPA Annotation processors for field bound JPA annotations.
-
-