com.mysema.query.sql
Class ExtendedBeanSerializer

java.lang.Object
  extended by com.mysema.query.codegen.BeanSerializer
      extended by com.mysema.query.sql.ExtendedBeanSerializer
All Implemented Interfaces:
Serializer

public class ExtendedBeanSerializer
extends BeanSerializer

ExtendedBeanSerialzier which outputs primary key based equals, hashCode and toString implementations

Author:
tiwe

Constructor Summary
ExtendedBeanSerializer()
           
 
Method Summary
protected  void bodyEnd(EntityType model, com.mysema.codegen.CodeWriter writer)
           
 
Methods inherited from class com.mysema.query.codegen.BeanSerializer
bodyStart, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedBeanSerializer

public ExtendedBeanSerializer()
Method Detail

bodyEnd

protected void bodyEnd(EntityType model,
                       com.mysema.codegen.CodeWriter writer)
                throws IOException
Overrides:
bodyEnd in class BeanSerializer
Throws:
IOException


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