com.googlecode.jpattern.orm.generator
Class CojenPersistorGenerator<T>
java.lang.Object
com.googlecode.jpattern.orm.generator.CojenPersistorGenerator<T>
- All Implemented Interfaces:
- IPersistorGenerator<T>
public class CojenPersistorGenerator<T>
- extends Object
- implements IPersistorGenerator<T>
- Author:
- Francesco Cina
31/mag/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CojenPersistorGenerator
public CojenPersistorGenerator(IClassMapper<T> classMapper)
generate
public IOrmPersistor<T> generate()
throws SecurityException,
NoSuchMethodException,
OrmConfigurationException,
IOException,
InstantiationException,
IllegalAccessException
- Specified by:
generate in interface IPersistorGenerator<T>
- Throws:
SecurityException
NoSuchMethodException
OrmConfigurationException
IOException
InstantiationException
IllegalAccessException
Copyright © 2011. All Rights Reserved.