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.codegen   
 

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
ExtendedTypeFactory(ProcessingEnvironment env, Configuration configuration, Set<Class<? extends Annotation>> annotations, TypeMappings typeMappings, QueryTypeFactory queryTypeFactory)
           
TypeElementHandler(Configuration configuration, ExtendedTypeFactory typeFactory, 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.codegen
 

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



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