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

java.lang.Object
  extended by 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

Constructor Summary
CojenPersistorGenerator(IClassMapper<T> classMapper)
           
 
Method Summary
 IOrmPersistor<T> generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CojenPersistorGenerator

public CojenPersistorGenerator(IClassMapper<T> classMapper)
Method Detail

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.