Package com.mysema.query.apt

APT related classes

See:
          Description

Interface Summary
Configuration Configuration defines the configuration options for APT based Querydsl code generation
 

Class Summary
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
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 Summary
VisitorConfig VisitorConfig defines the entity type specific visiting configuration
 

Exception Summary
APTException Exception thrown on APT processing errors
UnsupportedTypeException UnsupportedTypeException is thrown for unsupported types
 

Package com.mysema.query.apt Description

APT related classes



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.