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

Uses of Property in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen that return Property
 Property Property.createCopy(EntityType targetModel)
           
 

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

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



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