com.googlecode.jpattern.orm.generator
Class MethodHelper

java.lang.Object
  extended by com.googlecode.jpattern.orm.generator.MethodHelper

public final class MethodHelper
extends Object

Author:
Francesco Cina 06/giu/2011

Constructor Summary
MethodHelper()
           
 
Method Summary
static Method findResultSetGetterForInt(Class<?> type)
           
static Method findResultSetGetterForString(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodHelper

public MethodHelper()
Method Detail

findResultSetGetterForString

public static final Method findResultSetGetterForString(Class<?> type)
                                                 throws SecurityException,
                                                        NoSuchMethodException,
                                                        OrmConfigurationException
Throws:
SecurityException
NoSuchMethodException
OrmConfigurationException

findResultSetGetterForInt

public static final Method findResultSetGetterForInt(Class<?> type)
                                              throws SecurityException,
                                                     NoSuchMethodException,
                                                     OrmConfigurationException
Throws:
SecurityException
NoSuchMethodException
OrmConfigurationException


Copyright © 2011. All Rights Reserved.