Package | Description |
---|---|
com.querydsl.apt |
APT-related classes
|
com.querydsl.codegen |
Code generations models and serializers
|
com.querydsl.sql.codegen |
JDBC schema inspection based code generation
|
Modifier and Type | Method and Description |
---|---|
TypeMappings |
DefaultConfiguration.getTypeMappings() |
TypeMappings |
Configuration.getTypeMappings() |
Modifier and Type | Class and Description |
---|---|
class |
JavaTypeMappings
|
Modifier and Type | Field and Description |
---|---|
protected TypeMappings |
EntitySerializer.typeMappings |
Modifier and Type | Method and Description |
---|---|
void |
GenericExporter.setTypeMappingsClass(Class<? extends TypeMappings> typeMappingsClass)
Set the typemappings class to be used
|
Constructor and Description |
---|
EmbeddableSerializer(TypeMappings typeMappings,
Collection<String> keywords)
Create a new
EmbeddableSerializer instance |
EntitySerializer(TypeMappings mappings,
Collection<String> keywords)
Create a new
EntitySerializer instance |
ProjectionSerializer(TypeMappings typeMappings)
Create a new
ProjectionSerializer instance |
SupertypeSerializer(TypeMappings typeMappings,
Collection<String> keywords)
Create a new SupertypeSerializer instance
|
Modifier and Type | Method and Description |
---|---|
void |
MetaDataExporter.setTypeMappings(TypeMappings typeMappings)
Set the type mappings to use
|
Constructor and Description |
---|
MetaDataSerializer(TypeMappings typeMappings,
NamingStrategy namingStrategy,
boolean innerClassesForKeys,
Set<String> imports,
Comparator<Property> columnComparator,
Class<?> entityPathType)
Create a new
MetaDataSerializer instance |
Copyright © 2007–2016 Querydsl. All rights reserved.