摘要: public DaoBaseImpl () { Type type = this.getClass().getGenericSuperclass(); ParameterizedType pt = (ParameterizedType) type; this.clazz = (Class) pt.g... 阅读全文
posted @ 2014-08-21 09:31 GrandKai 阅读(642) 评论(0) 推荐(0)