Package | Description |
---|---|
com.mysema.query.apt |
APT related classes
|
com.mysema.query.apt.hibernate |
APT Hibernate support
|
com.mysema.query.apt.jdo |
APT JDO support
|
com.mysema.query.apt.jpa |
APT JPA support
|
com.mysema.query.apt.morphia |
APT Morphia support
|
com.mysema.query.apt.roo |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConfiguration
DefaultConfiguration is a simple implementation of the
Configuration interface |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
QuerydslAnnotationProcessor.createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv) |
protected abstract Configuration |
AbstractQuerydslProcessor.createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv) |
Constructor and Description |
---|
ExtendedTypeFactory(javax.annotation.processing.ProcessingEnvironment env,
Configuration configuration,
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations,
TypeMappings typeMappings,
QueryTypeFactory queryTypeFactory) |
TypeElementHandler(Configuration configuration,
ExtendedTypeFactory typeFactory,
TypeMappings typeMappings,
QueryTypeFactory queryTypeFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateConfiguration
Configuration for
HibernateAnnotationProcessor |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
HibernateAnnotationProcessor.createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv) |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
JDOAnnotationProcessor.createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv) |
Modifier and Type | Class and Description |
---|---|
class |
JPAConfiguration
Configuration for
JPAAnnotationProcessor |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
JPAAnnotationProcessor.createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv) |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
MorphiaAnnotationProcessor.createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv) |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
RooAnnotationProcessor.createConfiguration(javax.annotation.processing.RoundEnvironment roundEnv) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.