Package | Description |
---|---|
com.mysema.query.apt |
APT related classes
|
com.mysema.query.codegen |
Code generations models and serializers
|
com.mysema.query.jpa.codegen | |
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 |
---|---|
Set<Property> |
EntityType.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
EntityType.addProperty(Property field) |
int |
Property.compareTo(Property o) |
protected void |
EntitySerializer.customField(EntityType model,
Property field,
SerializerConfig config,
com.mysema.codegen.CodeWriter writer) |
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) |
Modifier and Type | Method and Description |
---|---|
protected Property |
AbstractDomainExporter.createProperty(EntityType entityType,
String propertyName,
com.mysema.codegen.model.Type propertyType,
AnnotatedElement annotated) |
Modifier and Type | Method and Description |
---|---|
protected Property |
MetaDataExporter.createProperty(EntityType classModel,
String normalizedColumnName,
String propertyName,
com.mysema.codegen.model.Type typeModel) |
Modifier and Type | Method and Description |
---|---|
int |
OrdinalPositionComparator.compare(Property property1,
Property property2) |
protected void |
MetaDataSerializer.customField(EntityType model,
Property field,
SerializerConfig config,
com.mysema.codegen.CodeWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataExporter.setColumnComparatorClass(Class<? extends Comparator<Property>> columnComparatorClass) |
Constructor and Description |
---|
MetaDataSerializer(TypeMappings typeMappings,
NamingStrategy namingStrategy,
boolean innerClassesForKeys,
Set<String> imports,
Comparator<Property> columnComparator)
Deprecated.
|
MetaDataSerializer(TypeMappings typeMappings,
NamingStrategy namingStrategy,
boolean innerClassesForKeys,
Set<String> imports,
Comparator<Property> columnComparator,
Class<?> entityPathType)
Create a new MetaDataSerializer instance
|
Copyright © 2007–2015 Mysema Ltd. All rights reserved.