| 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 | 
|---|---|
| Serializer | Configuration. getDTOSerializer() | 
| Serializer | DefaultConfiguration. getDTOSerializer() | 
| Serializer | Configuration. getEmbeddableSerializer() | 
| Serializer | DefaultConfiguration. getEmbeddableSerializer() | 
| Serializer | Configuration. getEntitySerializer() | 
| Serializer | DefaultConfiguration. getEntitySerializer() | 
| Serializer | Configuration. getSupertypeSerializer() | 
| Serializer | DefaultConfiguration. getSupertypeSerializer() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanSerializerBeanSerializer is a  Serializerimplementation which serializesEntityTypeinstances into JavaBean classes | 
| class  | EmbeddableSerializerEmbeddableSerializer is a  Serializerimplementation for embeddable types | 
| class  | EntitySerializerEntitySerializer is a  Serializerimplementation for entity types | 
| class  | GroovyBeanSerializerGroovyBeanSerializer is a  Serializerimplementation which serializesEntityTypeinstances into Groovy classes | 
| class  | ProjectionSerializerProjectionSerializer is a  Serializerimplementation for projection types | 
| class  | SupertypeSerializerSupertypeSerializer is a  Serializerimplementation 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  | ExtendedBeanSerializerExtendedBeanSerializer outputs primary key based equals, hashCode and toString implementations | 
| class  | MetaDataSerializerMetaDataSerializer 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) | 
Copyright © 2007–2015 Querydsl. All rights reserved.