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 |
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(java.lang.Class<? extends Serializer> serializerClass)
Set the serializer class to be used
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedBeanSerializer
ExtendedBeanSerialzier outputs primary key based equals, hashCode and toString implementations
|
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(java.lang.Class<? extends Serializer> beanSerializerClass)
Set the Bean serializer class to create bean types as well
|
void |
MetaDataExporter.setSerializerClass(java.lang.Class<? extends Serializer> serializerClass) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.