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

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

Uses of Property in com.mysema.query.apt
 

Methods in com.mysema.query.apt with parameters of type Property
protected  void AbstractQuerydslProcessor.validateInits(EntityType entityType, Property 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)
           
 

Uses of Property in com.mysema.query.sql.codegen
 

Methods in com.mysema.query.sql.codegen that return Property
protected  Property MetaDataExporter.createProperty(EntityType classModel, String columnName, String propertyName, com.mysema.codegen.model.Type typeModel)
           
 



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