Package | Description |
---|---|
com.mysema.query.apt |
APT related classes
|
com.mysema.query.codegen |
Code generations models and serializers
|
com.mysema.query.sql.codegen |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQuerydslProcessor.validateInits(EntityType entityType,
Property property) |
Modifier and Type | Method and Description |
---|---|
Property |
Property.createCopy(EntityType targetModel) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Property> |
EntityType.getProperties() |
Modifier and Type | Method and Description |
---|---|
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,
java.lang.String factoryMethod,
java.lang.String... args) |
Modifier and Type | Method and Description |
---|---|
protected Property |
MetaDataExporter.createProperty(EntityType classModel,
java.lang.String columnName,
java.lang.String propertyName,
com.mysema.codegen.model.Type typeModel) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.