veeeeeeeeee 2014-04-30 11:33
浏览 968
已采纳

java.lang.Integer cannot be cast to

public List<Materials> findAllMaterialsByAppid(Integer appid) {
    String hql1 = "select medid from Materials where appid = ? and pid = 0";
    List<Materials> list = this.hibernateTemplate.find(hql1, appid);
    if (list != null && list.size() > 0) {
        if(list.get(0).getMedid() != null){
            Integer medid = (Integer)list.get(0).getMedid();
            String hql2 = "from Materials where appid = ? and pid = ?";
            return this.hibernateTemplate.find(hql2, appid, medid);
        }

请教一下大家

  • 写回答

5条回答 默认 最新

  • ck504323276 2014-04-30 11:55
    关注

    String hql1 = "from Materials where appid = ? and pid = 0";

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 pcl运行在qt msvc2019环境运行效率低于visual studio 2019
  • ¥15 MAUI,Zxing扫码,华为手机没反应。可提高悬赏
  • ¥15 python运行报错 ModuleNotFoundError: No module named 'torch'
  • ¥100 华为手机私有App后台保活
  • ¥15 sqlserver中加密的密码字段查询问题
  • ¥20 有谁能看看我coe文件到底哪儿有问题吗?
  • ¥20 我的这个coe文件到底哪儿出问题了
  • ¥15 matlab使用自定义函数时一直报错输入参数过多
  • ¥15 设计一个温度闭环控制系统
  • ¥100 rtmpose姿态评估