public class DaoProxy<T> extends Object implements InvocationHandler, Serializable
DaoProxy(EasyJdbcTemplate easyJdbcTemplate)
Object
invoke(Object proxy, Method method, Object[] args)
void
setDaoInterface(Class<T> daoInterface)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DaoProxy(EasyJdbcTemplate easyJdbcTemplate)
public void setDaoInterface(Class<T> daoInterface)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2020. All rights reserved.