Uses of Class
com.mysema.query.apt.AbstractQuerydslProcessor

Packages that use AbstractQuerydslProcessor
com.mysema.query.apt APTFactory and related classes 
com.mysema.query.apt.hibernate APT Hibernate support 
com.mysema.query.apt.jdo APT JDO support 
com.mysema.query.apt.jpa APT JPA support 
com.mysema.query.mongodb.morphia   
 

Uses of AbstractQuerydslProcessor in com.mysema.query.apt
 

Subclasses of AbstractQuerydslProcessor in com.mysema.query.apt
 class QuerydslAnnotationProcessor
          Default annotation processor for Querydsl which handles @QueryEntity, @QuerySupertype,
 

Uses of AbstractQuerydslProcessor in com.mysema.query.apt.hibernate
 

Subclasses of AbstractQuerydslProcessor in com.mysema.query.apt.hibernate
 class HibernateAnnotationProcessor
          Extended JPAAnnotationProcessor which takes Hibernate specific annotations into account
 

Uses of AbstractQuerydslProcessor in com.mysema.query.apt.jdo
 

Subclasses of AbstractQuerydslProcessor in com.mysema.query.apt.jdo
 class JDOAnnotationProcessor
          AnnotationProcessor for JDO which takes @PersistenceCapable, @EmbeddedOnly and @NotPersistent into account
 

Uses of AbstractQuerydslProcessor in com.mysema.query.apt.jpa
 

Subclasses of AbstractQuerydslProcessor in com.mysema.query.apt.jpa
 class JPAAnnotationProcessor
          AnnotationProcessor for JPA which takes @Entity, @MappedSuperclass, @Embeddable and @Transient into account
 

Uses of AbstractQuerydslProcessor in com.mysema.query.mongodb.morphia
 

Subclasses of AbstractQuerydslProcessor in com.mysema.query.mongodb.morphia
 class MorphiaAnnotationProcessor
          Annotation processor to create Querydsl query types for Morphia annoated classes
 



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