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

Packages that use MethodModel
com.mysema.query.apt APTFactory and related classes 
com.mysema.query.codegen Code generations models and serializers 
 

Uses of MethodModel in com.mysema.query.apt
 

Method parameters in com.mysema.query.apt with type arguments of type MethodModel
 void ElementHandler.handleQueryMethod(EntityModel entityModel, ExecutableElement method, Set<MethodModel> queryMethods)
           
 

Uses of MethodModel in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen that return types with arguments of type MethodModel
 Set<MethodModel> EntityModel.getMethods()
           
 

Methods in com.mysema.query.codegen with parameters of type MethodModel
 void EntityModel.addMethod(MethodModel method)
           
protected  void EntitySerializer.method(EntityModel model, MethodModel method, SerializerConfig config, JavaWriter writer)
           
 



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