All Classes and Interfaces

Class
Description
AbstractQuerydslProcessor is the base class for Querydsl annotation processors and contains the main processing logic.
APT options supported by Querydsl
Configuration defines the configuration options for APT-based Querydsl code generation
DefaultConfiguration is a simple implementation of the Configuration interface.
ExtendedTypeFactory is a factory for APT-based inspection Type creation
HibernateAnnotationProcessor extends JPAAnnotationProcessor to take Hibernate-specific annotations into account
AnnotationProcessor for JDO which takes PersistenceCapable, EmbeddedOnly and NotPersistent into account
Configuration for JDOAnnotationProcessor
AnnotationProcessor for JPA which takes Entity, MappedSuperclass, Embeddable and Transient into account
Configuration for JPAAnnotationProcessor
Annotation processor to create Querydsl query types for Morphia annotated classes
Default annotation processor for Querydsl which handles QueryEntity, QuerySupertype, QueryEmbeddable, QueryEmbedded and QueryTransient
Implementation of the QueryType annotation
AnnotationProcessor for Spring Roo which takes RooJpaEntity, RooJpaActiveRecord, MappedSuperclass, Embeddable and Transient into account
TypeElementHandler is an APT visitor for entity types
Various utility classes for Element and AnnotationMirror handling
VisitorConfig defines the EntityType-specific visiting configuration