标题:为啥hibernateTemplate.saveOrUpdate不能更新
只看楼主
xuzhiyong28
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2012-3-14
结帖率:0
 问题点数:0 回复次数:0 
为啥hibernateTemplate.saveOrUpdate不能更新
求大神指导下,我是ssh初学者,为什么hibernateTemplate.saveOrUpdate不能执行更新操作,也没有报错。
public void AddTopicviews(int Topic_id) {
        Topic topic=(Topic)hibernateTemplate.get(Topic.class, Topic_id);
        System.out.println("topicid="+topic.getId());//可以得到ID
        topic.setViews(topic.getViews()+1);
        System.out.println("浏览次数:"+topic.getViews());//可以显示出来
        hibernateTemplate.saveOrUpdate(topic);
    }
搜索更多相关主题的帖子: topic public 
2014-02-21 16:37



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-427500-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.046752 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved