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

Packages that use TypeMappings
com.mysema.query.apt APT related classes 
com.mysema.query.codegen Code generations models and serializers 
com.mysema.query.sql.codegen   
 

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
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 TypeMappings in com.mysema.query.codegen
 

Subclasses of TypeMappings in com.mysema.query.codegen
 class JavaTypeMappings
          JavaTypeMappings defines mappings from TypeCategory instances to Expression types
 

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

Method parameters in com.mysema.query.codegen with type arguments of type TypeMappings
 void GenericExporter.setTypeMappingsClass(Class<? extends TypeMappings> typeMappingsClass)
          Set the typemappings class to be used
 

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

Uses of TypeMappings in com.mysema.query.sql.codegen
 

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

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



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