org.hibernate.jpamodelgen
Class ClassWriter

java.lang.Object
  extended by org.hibernate.jpamodelgen.ClassWriter

public final class ClassWriter
extends Object

Helper class to write the actual meta model class using the Filer API.

Author:
Emmanuel Bernard, Hardy Ferentschik

Method Summary
static void writeFile(MetaEntity entity, Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeFile

public static void writeFile(MetaEntity entity,
                             Context context)


Copyright © 2009-2010. All Rights Reserved.