com.mysema.query.codegen
Class EmbeddableSerializer
java.lang.Object
com.mysema.query.codegen.AbstractSerializer
com.mysema.query.codegen.EntitySerializer
com.mysema.query.codegen.EmbeddableSerializer
- All Implemented Interfaces:
- Serializer
public class EmbeddableSerializer
- extends EntitySerializer
EmbeddableSerializer is a Serializer implementation for embeddable types
- Author:
- tiwe
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddableSerializer
public EmbeddableSerializer()
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.