| Interface | Description |
|---|---|
| Configuration |
Configuration defines the configuration options for APT-based Querydsl code generation |
| Class | Description |
|---|---|
| AbstractQuerydslProcessor |
AbstractQuerydslProcessor is the base class for Querydsl annotation processors and
contains the main processing logic. |
| APTOptions |
APT options supported by Querydsl
|
| DefaultConfiguration |
DefaultConfiguration is a simple implementation of the Configuration interface. |
| ExtendedTypeFactory |
ExtendedTypeFactory is a factory for APT-based inspection Type creation |
| QuerydslAnnotationProcessor |
Default annotation processor for Querydsl which handles
QueryEntity, QuerySupertype,
QueryEmbeddable, QueryEmbedded and QueryTransient |
| QueryTypeImpl |
Implementation of the
QueryType annotation |
| TypeElementHandler |
TypeElementHandler is an APT visitor for entity types |
| TypeUtils |
Various utility classes for
Element and AnnotationMirror handling |
| Enum | Description |
|---|---|
| VisitorConfig |
VisitorConfig defines the EntityType-specific visiting configuration |
Copyright © 2007–2021 Querydsl. All rights reserved.