public class MethodQueryHelper<T> extends Object
MethodQueryHelper(DataSource dataSource, Class<T> entityClazz)
static void
main(String[] args)
List<T>
query(String methodName, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MethodQueryHelper(DataSource dataSource, Class<T> entityClazz)
public List<T> query(String methodName, Object[] args) throws Throwable
Throwable
public static void main(String[] args) throws Exception
Exception
Copyright © 2020. All rights reserved.