前景提要
HDC调试需求开发(15万预算),能者速来!>>>
如题。List<T>是返回值 最前面的<T>是什么意思呢? public static <T> List<T> query(Class<T> beanClass, String sql, Object...params) { try{ return (List<T>)_g_runner.query(getConnection(), sql, _IsPrimitive(beanClass)?_g_columnListHandler:new BeanListHandler(beanClass), params); }catch(SQLException e){ throw new DBException(e); } }