com.mysema.query.apt.jpa
Class JPAAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.mysema.query.apt.jpa.JPAAnnotationProcessor
- All Implemented Interfaces:
- Processor
- Direct Known Subclasses:
- HibernateAnnotationProcessor
@SupportedAnnotationTypes(value={"com.mysema.query.annotations.*","javax.persistence.*"})
@SupportedSourceVersion(value=RELEASE_6)
public class JPAAnnotationProcessor
- extends AbstractProcessor
AnnotationProcessor for JPA which takes @Entity, @MappedSuperclass, @Embeddable and @Transient into account
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entity
protected Class<? extends Annotation> entity
superType
protected Class<? extends Annotation> superType
embeddable
protected Class<? extends Annotation> embeddable
skip
protected Class<? extends Annotation> skip
JPAAnnotationProcessor
public JPAAnnotationProcessor()
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process
in interface Processor
- Specified by:
process
in class AbstractProcessor
createConfiguration
protected DefaultConfiguration createConfiguration(RoundEnvironment roundEnv)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.