Package | Description |
---|---|
com.querydsl.apt |
APT-related classes
|
com.querydsl.apt.hibernate |
APT Hibernate support
|
com.querydsl.apt.jdo |
APT JDO support
|
com.querydsl.apt.jpa |
APT JPA support
|
com.querydsl.apt.morphia |
APT Morphia support
|
com.querydsl.apt.roo |
APT Roo support
|
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(RoundEnvironment roundEnv) |
protected abstract Configuration |
AbstractQuerydslProcessor.createConfiguration(RoundEnvironment roundEnv) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateConfiguration
Configuration for
HibernateAnnotationProcessor |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
HibernateAnnotationProcessor.createConfiguration(RoundEnvironment roundEnv) |
Modifier and Type | Class and Description |
---|---|
class |
JDOConfiguration
Configuration for
JDOAnnotationProcessor |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
JDOAnnotationProcessor.createConfiguration(RoundEnvironment roundEnv) |
Modifier and Type | Class and Description |
---|---|
class |
JPAConfiguration
Configuration for
JPAAnnotationProcessor |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
JPAAnnotationProcessor.createConfiguration(RoundEnvironment roundEnv) |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
MorphiaAnnotationProcessor.createConfiguration(RoundEnvironment roundEnv) |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
RooAnnotationProcessor.createConfiguration(RoundEnvironment roundEnv) |
Copyright © 2007–2016 Querydsl. All rights reserved.