|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | SQL/JDBC support for Querydsl |
Uses of Property in com.mysema.query.apt |
---|
Method parameters in com.mysema.query.apt with type arguments of type Property | |
---|---|
void |
ElementHandler.handleFieldProperty(EntityType entityModel,
javax.lang.model.element.VariableElement field,
java.util.Map<java.lang.String,Property> properties,
java.util.Set<java.lang.String> blockedProperties,
java.util.Map<java.lang.String,TypeCategory> types)
|
void |
ElementHandler.handleMethodProperty(EntityType entityModel,
java.lang.String propertyName,
javax.lang.model.element.ExecutableElement method,
java.util.Map<java.lang.String,Property> properties,
java.util.Set<java.lang.String> blockedProperties,
java.util.Map<java.lang.String,TypeCategory> types)
|
Uses of Property in com.mysema.query.codegen |
---|
Methods in com.mysema.query.codegen that return Property | |
---|---|
Property |
Property.createCopy(EntityType model)
|
Methods in com.mysema.query.codegen that return types with arguments of type Property | |
---|---|
java.util.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,
java.lang.String type,
com.mysema.codegen.CodeWriter writer,
java.lang.String factoryMethod,
java.lang.String... args)
|
Uses of Property in com.mysema.query.sql |
---|
Methods in com.mysema.query.sql that return Property | |
---|---|
protected Property |
MetaDataExporter.createProperty(EntityType classModel,
java.lang.String columnName,
java.lang.String propertyName,
Type typeModel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |