com.mysema.query.sql
Class ExtendedBeanSerializer
java.lang.Object
com.mysema.query.codegen.BeanSerializer
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
Method Summary |
protected void |
bodyEnd(EntityType model,
com.mysema.codegen.CodeWriter writer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedBeanSerializer
public ExtendedBeanSerializer()
bodyEnd
protected void bodyEnd(EntityType model,
com.mysema.codegen.CodeWriter writer)
throws IOException
- Overrides:
bodyEnd
in class BeanSerializer
- Throws:
IOException
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.