com.googlecode.jpattern.orm.generator
Class MethodHelper
java.lang.Object
com.googlecode.jpattern.orm.generator.MethodHelper
public final class MethodHelper
- extends Object
- Author:
- Francesco Cina
06/giu/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodHelper
public MethodHelper()
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.