|
||||||||||
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 entityType,
VariableElement field,
Map<String,Property> properties,
Set<String> blockedProperties,
Map<String,com.mysema.codegen.model.TypeCategory> types)
|
void |
ElementHandler.handleMethodProperty(EntityType entityType,
String propertyName,
ExecutableElement method,
Map<String,Property> properties,
Set<String> blockedProperties,
Map<String,com.mysema.codegen.model.TypeCategory> types)
|
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 |
---|
Methods in com.mysema.query.sql that return Property | |
---|---|
protected Property |
MetaDataExporter.createProperty(EntityType classModel,
String columnName,
String propertyName,
com.mysema.codegen.model.Type typeModel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |