posts - 84,  comments - 54,  trackbacks - 0
          回調,有什么好處呢,是一種設計模式嗎?
          只是在hibernate當中的template當中會使用到。例如以下:

          1. public?int?executeUpdate(final?String?hql,?final?Map?pMap)?{??
          2. ????????int?result?=?0;??
          3. ????????Object?o?=?getHibernateTemplate().execute(new?HibernateCallback()?{??
          4. ????????? //實現HibernateCall接口當中的方法,自己實現接口當中的方法的
          5. ???????? //具體業務流程
          6. ????????????public?Object?doInHibernate(final?Session?session)??
          7. ????????????????????throws?HibernateException?{??
          8. ??????????????????? int?result?=?0;??
          9. ???????????????????? Query?queryObject?=?session.createQuery(hql);??
          10. ???????????????????? String[]?params?=?queryObject.getNamedParameters();??
          11. ?????????????????????
          12. ?????????????????????? for?(int?i?=?0,?max?=?params.length;?i?<?max;?i++)?{??
          13. ??????????????????????????? queryObject.setParameter(params[i],?pMap.get(params[i]));??
          14. ????????????????????? }??
          15. ?????????????????????
          16. ?????????????????????? ?result?=?queryObject.executeUpdate();??
          17. ?????????????????????? ?return?result;??
          18. ??????????????}??
          19. ????????});??//end of method execute()
          20. ???????
          21. ????????Integer?i?=?(Integer)?o;??
          22. ????????result?=?i.intValue();??
          23. ????????return?result;??
          24. ????}?

          ???使用hibernate模板類當中的方法。
          。。。。。。。。。未完待續。

          posted on 2009-05-19 17:21 JavaCoffe 閱讀(160) 評論(0)  編輯  收藏 所屬分類: J2SE基礎學習
          <2009年5月>
          262728293012
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          常用鏈接

          留言簿(5)

          隨筆分類(80)

          收藏夾(1)

          最新隨筆

          積分與排名

          • 積分 - 58584
          • 排名 - 894

          最新評論

          閱讀排行榜

          主站蜘蛛池模板: 莱州市| 张家口市| 阳江市| 潜山县| 宣武区| 嘉祥县| 高碑店市| 栾川县| 西青区| 福安市| 綦江县| 乌鲁木齐县| 屏东市| 中阳县| 龙南县| 鄂州市| 呼图壁县| 西城区| 吐鲁番市| 旬阳县| 沐川县| 邵阳市| 恩施市| 文登市| 柳林县| 井陉县| 定安县| 金湖县| 孟连| 舞阳县| 利辛县| 镇远县| 宁武县| 于都县| 盖州市| 涟源市| 临洮县| 青海省| 津南区| 土默特右旗| 苍溪县|