com.mysema.query.sql
Class MetaDataSerializer
java.lang.Object
com.mysema.query.codegen.EntitySerializer
com.mysema.query.sql.MetaDataSerializer
- All Implemented Interfaces:
- Serializer
public class MetaDataSerializer
- extends EntitySerializer
MetaDataSerializer defines the Query type serialization logic for MetaDataExporter.
Subclass this class for customization.
- Author:
- tiwe
Methods inherited from class com.mysema.query.codegen.EntitySerializer |
constructors, constructorsForVariables, entityAccessor, entityField, hasOwnEntityProperties, initEntityField, initEntityFields, intro, introClassHeader, introFactoryMethods, introImports, introInits, introJavadoc, introPackage, introSuper, listAccessor, mapAccessor, method, outro, serialize, serialize, serializeProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaDataSerializer
public MetaDataSerializer(String namePrefix,
NamingStrategy namingStrategy)
introDefaultInstance
protected void introDefaultInstance(com.mysema.codegen.CodeWriter writer,
EntityType entityType)
throws IOException
- Overrides:
introDefaultInstance
in class EntitySerializer
- Throws:
IOException
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.