return sessionFactory.getCurrentSession().createQuery(hql).list()为什么返回值是地址

2024-12-31 14:35:59
推荐回答(1个)
回答1:

不是过时了 应该提示你Type safety: The expression of type List needs unchecked conversion to conform to List之类的 只是没添加泛型而已 在类头添加 @SuppressWarnings("unchecked")即可