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

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
 



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