隨筆-72  評論-63  文章-0  trackbacks-0
          ???? < bean? id ="dataSource" ?class ="org.springframework.jdbc.datasource.DriverManagerDataSource" ?destroy-method ="close" >
          ????????
          < property? name ="driverClassName" >< value > org.hibernate.dialect.MySQLDialect </ value ></ property >
          ????????
          < property? name ="url" >
          ????????????
          < value > jdbc:mysql://127.0.0.1:3306/springtest&useUnicode=true &amp; characterEncoding=utf8 </ value >
          ????????????
          </ property >
          ????????
          < property? name ="username" >< value > root </ value ></ property >
          ????????
          < property? name ="password" >< value ></ value ></ property >
          ????
          </ bean >

          ??? 然后在轉(zhuǎn)換程序里面get這個dataSource,new 一個JdbcTemplate(dataSource)

          ???? public ? void ?testCopyData()? throws ?Exception{
          ????????DataSource?ds?
          = ?(DataSource)applicationContext.getBean( " dataSource " );
          ????? ???JdbcTemplate?jt? = ? new ?JdbcTemplate(ds);
          ????????System.out.println(
          " Total?posts: " + jt.queryForInt( " select?count(*)?from?wp_posts " ));
          ????????assertNotNull(ds);
          ????????
          ????????List?cates?
          = ?jt.queryForList( " select?*?from?wp_categories " );
          ????????
          int ?i = ? 0 ;
          ????????
          for (Iterator?ite? = ?cates.iterator();?ite.hasNext();){
          ????????????i
          ++ ;
          ????????????Map?result?
          = ?(Map)?ite.next();
          ????????????Category?cate?
          = ? new ?Category();
          ????????????cate.setName((String)result.get(
          " cat_name " ));
          ????????????cate.setOrder(i);
          ????????????
          if (i == 1 )
          ????????????????cate.setDefaultCategory(
          true );
          ????????????cateManager.saveCategory(cate);
          ????????????System.out.println(
          " cat_name: " + result.get( " cat_name " ) + " \n " );
          ????????}
          ????}
          posted on 2006-05-01 23:54 船長 閱讀(326) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導航:
           
          主站蜘蛛池模板: 大安市| 双峰县| 宜章县| 镇赉县| 宁国市| 同心县| 三明市| 皮山县| 贺州市| 三台县| 华容县| 阳朔县| 高安市| 绥中县| 汽车| 蒙自县| 布尔津县| 凤山县| 五常市| 平凉市| 武平县| 深水埗区| 平江县| 顺平县| 河津市| 凌云县| 越西县| 如东县| 蒙山县| 桂林市| 松潘县| 红河县| 乌鲁木齐市| 丹凤县| 疏勒县| 马关县| 县级市| 新郑市| 小金县| 塔河县| 辽阳市|