|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Serializer | |
|---|---|
| com.mysema.query.apt | APTFactory and related classes |
| com.mysema.query.codegen | Code generations models and serializers |
| com.mysema.query.sql | SQL/JDBC support for Querydsl |
| 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 |
ProjectionSerializer
ProjectionSerializer is a Serializer implementation for DTO 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)
|
| Uses of Serializer in com.mysema.query.sql |
|---|
| Classes in com.mysema.query.sql that implement Serializer | |
|---|---|
class |
ExtendedBeanSerializer
ExtendedBeanSerialzier which 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 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 with type arguments of type Serializer | |
|---|---|
void |
MetaDataExporter.setSerializerClass(Class<? extends Serializer> serializerClass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||