com.mysema.query.apt.jpa
Class JPAConfiguration
java.lang.Object
com.mysema.query.apt.DefaultConfiguration
com.mysema.query.apt.jpa.JPAConfiguration
- All Implemented Interfaces:
- Configuration
- Direct Known Subclasses:
- HibernateConfiguration
public class JPAConfiguration
- extends DefaultConfiguration
Configuration for JPAAnnotationProcessor
- Author:
- tiwe
- See Also:
JPAAnnotationProcessor
Methods inherited from class com.mysema.query.apt.DefaultConfiguration |
getDTOSerializer, getEmbeddableAnnotation, getEmbeddableSerializer, getEmbeddedAnnotation, getEntitiesAnnotation, getEntityAnnotation, getEntitySerializer, getKeywords, getNamePrefix, getSerializerConfig, getSkipAnnotation, getSuperTypeAnnotation, getSupertypeSerializer, getTypeMappings, isBlockedField, isBlockedGetter, isDefaultOverwrite, isUseFields, isUseGetters, isValidConstructor, isValidField, isValidGetter, setNamePrefix, setUseFields, setUseGetters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAConfiguration
public JPAConfiguration(RoundEnvironment roundEnv,
Map<String,String> options,
Class<? extends Annotation> entityAnn,
Class<? extends Annotation> superTypeAnn,
Class<? extends Annotation> embeddableAnn,
Class<? extends Annotation> skipAnn)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getAnnotations
protected List<Class<? extends Annotation>> getAnnotations()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getConfig
public VisitorConfig getConfig(TypeElement e,
List<? extends Element> elements)
- Specified by:
getConfig
in interface Configuration
- Overrides:
getConfig
in class DefaultConfiguration
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.