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

Packages that use ParameterModel
com.mysema.query.codegen Code generations models and serializers 
 

Uses of ParameterModel in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen that return types with arguments of type ParameterModel
 List<ParameterModel> MethodModel.getParameters()
           
 Collection<ParameterModel> ConstructorModel.getParameters()
           
 

Constructor parameters in com.mysema.query.codegen with type arguments of type ParameterModel
ConstructorModel(Collection<ParameterModel> params)
           
MethodModel(EntityModel context, String name, String template, List<ParameterModel> params, TypeModel returnType)
           
 



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