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

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

Uses of PropertyModel in com.mysema.query.apt
 

Method parameters in com.mysema.query.apt with type arguments of type PropertyModel
 void ElementHandler.handleFieldProperty(EntityModel entityModel, VariableElement field, Map<String,PropertyModel> properties, Set<String> blockedProperties, Map<String,TypeCategory> types)
           
 void ElementHandler.handleMethodProperty(EntityModel entityModel, String propertyName, ExecutableElement method, Map<String,PropertyModel> properties, Set<String> blockedProperties, Map<String,TypeCategory> types)
           
 

Uses of PropertyModel in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen that return PropertyModel
 PropertyModel PropertyModel.createCopy(EntityModel model)
           
 

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

Methods in com.mysema.query.codegen with parameters of type PropertyModel
 void EntityModel.addProperty(PropertyModel field)
           
 int PropertyModel.compareTo(PropertyModel o)
           
protected  void EntitySerializer.entityAccessor(PropertyModel field, CodeWriter writer)
           
protected  void EntitySerializer.entityField(PropertyModel field, SerializerConfig config, CodeWriter writer)
           
protected  void EntitySerializer.listAccessor(PropertyModel field, CodeWriter writer)
           
protected  void EntitySerializer.mapAccessor(PropertyModel field, CodeWriter writer)
           
protected  void EntitySerializer.serialize(PropertyModel field, String type, JavaWriter writer, String factoryMethod, String... args)
           
 



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