| Interface | Description | 
|---|---|
| Configuration | Configuration defines the configuration options for APT based Querydsl code generation | 
| Class | Description | 
|---|---|
| AbstractQuerydslProcessor | Base class for Querydsl annotation processors, contains the main processing logic. | 
| APTOptions | APT options supported by Querydsl | 
| Context | Context of handled types used by  AbstractQuerydslProcessor | 
| DefaultConfiguration | DefaultConfiguration is a simple implementation of the  Configurationinterface | 
| ExtendedTypeFactory | ExtendedTypeFactory is a factory for APT inspection based Type creation | 
| QuerydslAnnotationProcessor | Default annotation processor for Querydsl which handles  QueryEntity,QuerySupertype,QueryEmbeddable,QueryEmbeddedandQueryTransient | 
| QueryTypeImpl | |
| SimpleTypeVisitorAdapter<R,P> | Converts Java 8 IntersectionType instances into their first bound when visiting | 
| SpatialSupport | |
| TypeElementHandler | TypeElementHandler is a an APT visitor for entity types | 
| TypeExtractor | TypeExtractor is a visitor implementation which a concrete type given a general  TypeElement | 
| TypeUtils | Various utility classes for  ElementandAnnotationMirrorhandling | 
| Enum | Description | 
|---|---|
| VisitorConfig | VisitorConfig defines the entity type specific visiting configuration | 
| Exception | Description | 
|---|---|
| APTException | Exception thrown on APT processing errors | 
| UnsupportedTypeException | UnsupportedTypeException is thrown for unsupported types | 
Copyright © 2007–2015 Querydsl. All rights reserved.