com.mysema.query.apt.jpa
Class JPAAnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by com.mysema.query.apt.AbstractQuerydslProcessor
          extended by com.mysema.query.apt.jpa.JPAAnnotationProcessor
All Implemented Interfaces:
Processor
Direct Known Subclasses:
HibernateAnnotationProcessor

@SupportedAnnotationTypes(value={"com.mysema.query.annotations.*","javax.persistence.*"})
public class JPAAnnotationProcessor
extends AbstractQuerydslProcessor

AnnotationProcessor for JPA which takes @Entity, @MappedSuperclass, @Embeddable and @Transient into account

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.apt.AbstractQuerydslProcessor
ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
JPAAnnotationProcessor()
           
 
Method Summary
protected  Configuration createConfiguration(RoundEnvironment roundEnv)
           
 
Methods inherited from class com.mysema.query.apt.AbstractQuerydslProcessor
collectElements, getSupportedSourceVersion, process
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAAnnotationProcessor

public JPAAnnotationProcessor()
Method Detail

createConfiguration

protected Configuration createConfiguration(RoundEnvironment roundEnv)
Specified by:
createConfiguration in class AbstractQuerydslProcessor


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.