| 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
Configuration interface |
| ExtendedTypeFactory |
ExtendedTypeFactory is a factory for APT inspection based Type creation
|
| QuerydslAnnotationProcessor |
Default annotation processor for Querydsl which handles
QueryEntity, QuerySupertype,
QueryEmbeddable, QueryEmbedded and QueryTransient |
| QueryTypeImpl | |
| 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
Element and AnnotationMirror handling |
| 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–2014 Mysema Ltd. All rights reserved.