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 |
---|---|
Serializer |
DefaultConfiguration.getDTOSerializer() |
Serializer |
Configuration.getDTOSerializer() |
Serializer |
DefaultConfiguration.getEmbeddableSerializer() |
Serializer |
Configuration.getEmbeddableSerializer() |
Serializer |
DefaultConfiguration.getEntitySerializer() |
Serializer |
Configuration.getEntitySerializer() |
Serializer |
DefaultConfiguration.getSupertypeSerializer() |
Serializer |
Configuration.getSupertypeSerializer() |
Modifier and Type | Class and Description |
---|---|
class |
BeanSerializer
BeanSerializer is a Serializer implementation which serializes EntityType
instances into JavaBean classes |
class |
EmbeddableSerializer
EmbeddableSerializer is a Serializer implementation for embeddable types |
class |
EntitySerializer
EntitySerializer is a Serializer implementation for entity types |
class |
GroovyBeanSerializer
GroovyBeanSerializer is a Serializer implementation which serializes EntityType
instances into Groovy classes |
class |
ProjectionSerializer
ProjectionSerializer is a Serializer implementation for projection types |
class |
SupertypeSerializer
SupertypeSerializer is a Serializer implementation for supertypes |
Modifier and Type | Method and Description |
---|---|
void |
GenericExporter.setSerializerClass(Class<? extends Serializer> serializerClass)
Set the serializer class to be used
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedBeanSerializer
ExtendedBeanSerializer outputs primary key based equals , hashCode and
toString implementations
Requires column annotation generation to be enabled |
class |
MetaDataSerializer
MetaDataSerializer defines the Query type serialization logic for MetaDataExporter . |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataExporter.setBeanSerializer(Serializer beanSerializer)
Set the Bean serializer to create bean types as well
|
Modifier and Type | Method and Description |
---|---|
void |
MetaDataExporter.setBeanSerializerClass(Class<? extends Serializer> beanSerializerClass)
Set the Bean serializer class to create bean types as well
|
void |
MetaDataExporter.setSerializerClass(Class<? extends Serializer> serializerClass)
Set the serializer class
|
Copyright © 2007–2016 Querydsl. All rights reserved.