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

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

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.entityField(PropertyModel field, Writer writer)
           
protected  void EntitySerializer.listAccessor(PropertyModel field, Writer writer)
           
protected  void EntitySerializer.mapAccessor(PropertyModel field, Writer writer)
           
protected  void EntitySerializer.serialize(PropertyModel field, String type, Writer writer, String factoryMethod, String... args)
           
 



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