Uses of Class
com.querydsl.apt.AbstractQuerydslProcessor
Packages that use AbstractQuerydslProcessor
Package
Description
APT-related classes
APT Hibernate support
APT JDO support
APT JPA support
APT Morphia support
APT Roo support
-
Uses of AbstractQuerydslProcessor in com.querydsl.apt
Subclasses of AbstractQuerydslProcessor in com.querydsl.aptModifier and TypeClassDescriptionclassDefault annotation processor for Querydsl which handlesQueryEntity,QuerySupertype,QueryEmbeddable,QueryEmbeddedandQueryTransient -
Uses of AbstractQuerydslProcessor in com.querydsl.apt.hibernate
Subclasses of AbstractQuerydslProcessor in com.querydsl.apt.hibernateModifier and TypeClassDescriptionclassHibernateAnnotationProcessorextendsJPAAnnotationProcessorto take Hibernate-specific annotations into account -
Uses of AbstractQuerydslProcessor in com.querydsl.apt.jdo
Subclasses of AbstractQuerydslProcessor in com.querydsl.apt.jdoModifier and TypeClassDescriptionclassAnnotationProcessor for JDO which takesPersistenceCapable,EmbeddedOnlyandNotPersistentinto account -
Uses of AbstractQuerydslProcessor in com.querydsl.apt.jpa
Subclasses of AbstractQuerydslProcessor in com.querydsl.apt.jpaModifier and TypeClassDescriptionclassAnnotationProcessor for JPA which takesEntity,MappedSuperclass,EmbeddableandTransientinto account -
Uses of AbstractQuerydslProcessor in com.querydsl.apt.morphia
Subclasses of AbstractQuerydslProcessor in com.querydsl.apt.morphiaModifier and TypeClassDescriptionclassAnnotation processor to create Querydsl query types for Morphia annotated classes -
Uses of AbstractQuerydslProcessor in com.querydsl.apt.roo
Subclasses of AbstractQuerydslProcessor in com.querydsl.apt.rooModifier and TypeClassDescriptionclassAnnotationProcessor for Spring Roo which takesRooJpaEntity,RooJpaActiveRecord,MappedSuperclass,EmbeddableandTransientinto account