Uses of Interface
com.mysema.query.codegen.Serializer

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
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.