Uses of Interface
com.mysema.query.codegen.QueryTypeFactory

Packages that use QueryTypeFactory
com.mysema.query.apt APTFactory and related classes 
com.mysema.query.codegen Code generations models and serializers 
com.mysema.query.sql SQL/JDBC support for Querydsl 
 

Uses of QueryTypeFactory in com.mysema.query.apt
 

Methods in com.mysema.query.apt that return QueryTypeFactory
 QueryTypeFactory DefaultConfiguration.getQueryTypeFactory()
           
 QueryTypeFactory Configuration.getQueryTypeFactory()
           
 

Constructors in com.mysema.query.apt with parameters of type QueryTypeFactory
ElementHandler(Configuration configuration, ExtendedTypeFactory typeFactory, TypeMappings typeMappings, QueryTypeFactory queryTypeFactory)
           
ExtendedTypeFactory(ProcessingEnvironment env, Configuration configuration, Set<Class<? extends Annotation>> annotations, TypeMappings typeMappings, QueryTypeFactory queryTypeFactory)
           
 

Uses of QueryTypeFactory in com.mysema.query.codegen
 

Classes in com.mysema.query.codegen that implement QueryTypeFactory
 class QueryTypeFactoryImpl
           
 

Uses of QueryTypeFactory in com.mysema.query.sql
 

Classes in com.mysema.query.sql that implement QueryTypeFactory
 class SQLQueryTypeFactory
           
 



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