遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

2013年8月8日 #

java类的泛型DAO

摘要: @Transactionalpublic abstract class DAOSupport implements DAO { protected Class clazz = GenericUtil.getGenericSuperClass(this.getClass()); @Resource protected SessionFactory sessionFactory; public T find( Integer id) { return (T)sessionFactory.getCurrentSession().g... 阅读全文

posted @ 2013-08-08 08:02 遗忘海岸 阅读(586) 评论(0) 推荐(0)