|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serializer | |
---|---|
com.mysema.query.apt | APT related classes |
com.mysema.query.codegen | Code generations models and serializers |
com.mysema.query.sql.codegen |
Uses of Serializer in com.mysema.query.apt |
---|
Methods in com.mysema.query.apt that return Serializer | |
---|---|
Serializer |
DefaultConfiguration.getDTOSerializer()
|
Serializer |
Configuration.getDTOSerializer()
|
Serializer |
DefaultConfiguration.getEmbeddableSerializer()
|
Serializer |
Configuration.getEmbeddableSerializer()
|
Serializer |
DefaultConfiguration.getEntitySerializer()
|
Serializer |
Configuration.getEntitySerializer()
|
Serializer |
DefaultConfiguration.getSupertypeSerializer()
|
Serializer |
Configuration.getSupertypeSerializer()
|
Uses of Serializer in com.mysema.query.codegen |
---|
Classes in com.mysema.query.codegen that implement Serializer | |
---|---|
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 |
Method parameters in com.mysema.query.codegen with type arguments of type Serializer | |
---|---|
void |
GenericExporter.setSerializerClass(Class<? extends Serializer> serializerClass)
Set the serializer class to be used |
Uses of Serializer in com.mysema.query.sql.codegen |
---|
Classes in com.mysema.query.sql.codegen that implement Serializer | |
---|---|
class |
ExtendedBeanSerializer
ExtendedBeanSerialzier outputs primary key based equals, hashCode and toString implementations |
class |
MetaDataSerializer
MetaDataSerializer defines the Query type serialization logic for MetaDataExporter. |
Methods in com.mysema.query.sql.codegen with parameters of type Serializer | |
---|---|
void |
MetaDataExporter.setBeanSerializer(Serializer beanSerializer)
Set the Bean serializer to create bean types as well |
Method parameters in com.mysema.query.sql.codegen with type arguments of type Serializer | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |