org.castor.cpa.jpa.processors.classprocessors
Class JPANamedNativeQueriesProcessor

java.lang.Object
  extended by org.castor.cpa.jpa.processors.BaseJPAAnnotationProcessor
      extended by org.castor.cpa.jpa.processors.classprocessors.JPANamedNativeQueriesProcessor
All Implemented Interfaces:
AnnotationProcessor, TargetAwareAnnotationProcessor

public class JPANamedNativeQueriesProcessor
extends BaseJPAAnnotationProcessor


Constructor Summary
JPANamedNativeQueriesProcessor()
           
 
Method Summary
 Class<? extends Annotation> forAnnotationClass()
           
<I extends BaseNature,A extends Annotation>
boolean
processAnnotation(I info, A annotation, AnnotatedElement target)
           
 
Methods inherited from class org.castor.cpa.jpa.processors.BaseJPAAnnotationProcessor
processAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPANamedNativeQueriesProcessor

public JPANamedNativeQueriesProcessor()
Method Detail

forAnnotationClass

public Class<? extends Annotation> forAnnotationClass()

processAnnotation

public <I extends BaseNature,A extends Annotation> boolean processAnnotation(I info,
                                                                             A annotation,
                                                                             AnnotatedElement target)
                          throws AnnotationTargetException
Throws:
AnnotationTargetException


Copyright © 2011. All Rights Reserved.