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 
 

Uses of TypeMappings in com.mysema.query.apt
 

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

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)
           
 



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