Package org.castor.cpa.jpa.info
Class JPAClassAnnotationProcessingService
- java.lang.Object
-
- org.castor.core.annotationprocessing.BaseAnnotationProcessingService
-
- org.castor.core.annotationprocessing.BaseTargetAwareAnnotationProcessingService
-
- org.castor.cpa.jpa.info.JPAClassAnnotationProcessingService
-
- All Implemented Interfaces:
AnnotationProcessingService
,TargetAwareAnnotationProcessingService
public class JPAClassAnnotationProcessingService extends BaseTargetAwareAnnotationProcessingService
This is a standardBaseTargetAwareAnnotationProcessingService
initialized with JPA Annotation processors for class bound JPA annotations.- Since:
- 1.3
- Author:
- Peter Schmidt
-
-
Constructor Summary
Constructors Constructor Description JPAClassAnnotationProcessingService()
Instantiate aBaseTargetAwareAnnotationProcessingService
with JPA Annotation processors for class 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
-
JPAClassAnnotationProcessingService
public JPAClassAnnotationProcessingService()
Instantiate aBaseTargetAwareAnnotationProcessingService
with JPA Annotation processors for class bound JPA annotations.
-
-