com.mysema.query.codegen
Class TypeMappings

java.lang.Object
  extended by com.mysema.query.codegen.TypeMappings

public class TypeMappings
extends Object

Author:
tiwe

Constructor Summary
TypeMappings()
           
 
Method Summary
 String getCustomType(TypeModel type, EntityModel model, boolean raw)
           
 String getCustomType(TypeModel type, EntityModel model, boolean raw, boolean rawParameters, boolean extend)
           
 String getExprType(TypeModel type, EntityModel model, boolean raw)
           
 String getExprType(TypeModel type, EntityModel model, boolean raw, boolean rawParameters, boolean extend)
           
 String getPathType(TypeModel type, EntityModel model, boolean raw)
           
 String getPathType(TypeModel type, EntityModel model, boolean raw, boolean rawParameters, boolean extend)
           
 String getQueryType(TypeModel type, EntityModel model, String typeName, boolean raw, boolean rawParameters, boolean extend)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMappings

public TypeMappings()
Method Detail

getCustomType

public String getCustomType(TypeModel type,
                            EntityModel model,
                            boolean raw)

getCustomType

public String getCustomType(TypeModel type,
                            EntityModel model,
                            boolean raw,
                            boolean rawParameters,
                            boolean extend)

getExprType

public String getExprType(TypeModel type,
                          EntityModel model,
                          boolean raw)

getExprType

public String getExprType(TypeModel type,
                          EntityModel model,
                          boolean raw,
                          boolean rawParameters,
                          boolean extend)

getPathType

public String getPathType(TypeModel type,
                          EntityModel model,
                          boolean raw)

getPathType

public String getPathType(TypeModel type,
                          EntityModel model,
                          boolean raw,
                          boolean rawParameters,
                          boolean extend)

getQueryType

public String getQueryType(TypeModel type,
                           EntityModel model,
                           String typeName,
                           boolean raw,
                           boolean rawParameters,
                           boolean extend)


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