Uses of Class
com.mysema.query.codegen.TypeMappings

Packages that use TypeMappings
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 TypeMappings in com.mysema.query.apt
 

Methods in com.mysema.query.apt that return TypeMappings
 TypeMappings DefaultConfiguration.getTypeMappings()
           
 TypeMappings Configuration.getTypeMappings()
           
 

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

Uses of TypeMappings in com.mysema.query.codegen
 

Fields in com.mysema.query.codegen declared as TypeMappings
protected  TypeMappings EntitySerializer.typeMappings
           
 

Constructors in com.mysema.query.codegen with parameters of type TypeMappings
EmbeddableSerializer(TypeMappings typeMappings, Collection<String> keywords)
           
EntitySerializer(TypeMappings mappings, Collection<String> keywords)
           
ProjectionSerializer(TypeMappings typeMappings)
           
SupertypeSerializer(TypeMappings typeMappings, Collection<String> keywords)
           
 

Uses of TypeMappings in com.mysema.query.sql
 

Methods in com.mysema.query.sql with parameters of type TypeMappings
 void MetaDataExporter.setTypeMappings(TypeMappings typeMappings)
           
 

Constructors in com.mysema.query.sql with parameters of type TypeMappings
MetaDataSerializer(TypeMappings typeMappings, NamingStrategy namingStrategy, boolean innerClassesForKeys)
          Create a new MetaDataSerializer instance
 



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