com.googlecode.jpattern.orm.generator
Class CojenPersistorDump<T>

java.lang.Object
  extended by com.googlecode.jpattern.orm.generator.CojenPersistorDump<T>

public class CojenPersistorDump<T>
extends Object

Author:
Francesco Cina 04/giu/2011

Constructor Summary
CojenPersistorDump(String className, IClassMapper<T> classMapper)
           
 
Method Summary
 com.googlecode.jpattern.org.cojen.classfile.ClassFile createClassFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CojenPersistorDump

public CojenPersistorDump(String className,
                          IClassMapper<T> classMapper)
Method Detail

createClassFile

public com.googlecode.jpattern.org.cojen.classfile.ClassFile createClassFile()
                                                                      throws SecurityException,
                                                                             NoSuchMethodException,
                                                                             OrmConfigurationException
Throws:
SecurityException
NoSuchMethodException
OrmConfigurationException


Copyright © 2011. All Rights Reserved.