com.jpattern.orm.persistor
Class ReflectionPersistorGenerator<BEAN>

java.lang.Object
  extended by com.jpattern.orm.persistor.ReflectionPersistorGenerator<BEAN>
All Implemented Interfaces:
IPersistorGenerator<BEAN>

public class ReflectionPersistorGenerator<BEAN>
extends Object
implements IPersistorGenerator<BEAN>

Author:
Francesco Cina' Mar 24, 2012

Constructor Summary
ReflectionPersistorGenerator(IClassMap<BEAN> classMap, TypeFactory typeFactory)
           
 
Method Summary
 IOrmPersistor<BEAN> generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionPersistorGenerator

public ReflectionPersistorGenerator(IClassMap<BEAN> classMap,
                                    TypeFactory typeFactory)
Method Detail

generate

public IOrmPersistor<BEAN> generate()
                             throws Exception
Specified by:
generate in interface IPersistorGenerator<BEAN>
Throws:
Exception


Copyright © 2013. All Rights Reserved.