com.mysema.query.codegen
Class EmbeddableSerializer

java.lang.Object
  extended by com.mysema.query.codegen.AbstractSerializer
      extended by com.mysema.query.codegen.EntitySerializer
          extended by com.mysema.query.codegen.EmbeddableSerializer
All Implemented Interfaces:
Serializer

public class EmbeddableSerializer
extends EntitySerializer

EmbeddableSerializer is a Serializer implementation for embeddable types

Author:
tiwe

Constructor Summary
EmbeddableSerializer()
           
 
Method Summary
protected  void constructorsForVariables(StringBuilder builder, EntityModel model)
           
protected  void introDefaultInstance(StringBuilder builder, EntityModel model)
           
protected  void introFactoryMethods(StringBuilder builder, EntityModel model)
           
protected  void introImports(StringBuilder builder, EntityModel model)
           
 
Methods inherited from class com.mysema.query.codegen.EntitySerializer
constructors, entityField, hasOwnEntityProperties, initEntityFields, intro, introClassHeader, introInits, introJavadoc, introPackage, introSuper, listAccessor, mapAccessor, outro, serialize, serialize
 
Methods inherited from class com.mysema.query.codegen.AbstractSerializer
getExprType, getPathType, getQueryType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddableSerializer

public EmbeddableSerializer()
Method Detail

constructorsForVariables

protected void constructorsForVariables(StringBuilder builder,
                                        EntityModel model)
Overrides:
constructorsForVariables in class EntitySerializer

introFactoryMethods

protected void introFactoryMethods(StringBuilder builder,
                                   EntityModel model)
                            throws IOException
Overrides:
introFactoryMethods in class EntitySerializer
Throws:
IOException

introImports

protected void introImports(StringBuilder builder,
                            EntityModel model)
Overrides:
introImports in class EntitySerializer

introDefaultInstance

protected void introDefaultInstance(StringBuilder builder,
                                    EntityModel model)
Overrides:
introDefaultInstance in class EntitySerializer


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