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

Packages that use AbstractQuerydslProcessor
com.mysema.query.apt APT 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, QueryEmbeddable, QueryEmbedded and QueryTransient
 

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

Subclasses of AbstractQuerydslProcessor in com.mysema.query.apt.hibernate
 class HibernateAnnotationProcessor
          HibernateAnnotationProcessor extends JPAAnnotationProcessor to take 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 annotated classes
 



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