hibernate 總結基礎

          1 java 類型,???????????? hibernate 類型?????? sql
          ? java .lang.String?????? string?????????????? varchar
          ? java.lang.String??????? text???????????????? Text
          ? int???????????????????? int????????????????? INT
          ? char??????????????????? character???????????? char(1)
          ? boolean???????????????? boolean????????????? bit
          ? byte[]????????????????? binary?????????????? blob
          ? java.sql.Date?????????? date???????????????? Date
          ? java.sql.Timestamp????? timestamp??????????? Timestamp (載數據庫中如果插入為null,數據庫系統自動插入為當前值)
          2 表述層--》業務邏輯層-》hibernate-》database
          3
          ? Configuration config=new Configuration();
          ? config.add(Customer.class);
          ? sessionFactory=conf.buildSessionFactory();
          ? Session session=sessionFactory.openSession();
          ? Transaction tx;
          ? try{
          ?? tx=session.beginTransaction();
          ?? tx.commit();
          ? }catch(Exception e){
          ??? if(tx!=null){
          ????? tx.rollback();
          ??? }
          ? }finally{
          ??? session.close();
          ? }
          4 數據庫存取blob 對象
          ?1
          ?? InputStream in=this.getClass().getResourceAsStream("photo.gif");
          ?? byte[] buffer=new byte[in.available()]'
          ?? in.read(buffer);
          ?? customer.setImage(buffer);
          ?2 byte[] buffer=customer.get.getImage();
          ?? File OutputStream fout=new fileOutStream("photo.gif");
          ?? fout.write(buffer);
          ?? fout.close();

          posted on 2006-08-18 16:20 康文 閱讀(217) 評論(0)  編輯  收藏 所屬分類: java

          <2006年8月>
          303112345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          導航

          統計

          常用鏈接

          留言簿(1)

          隨筆分類

          隨筆檔案

          文章檔案

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 十堰市| 南澳县| 垦利县| 新巴尔虎左旗| 崇信县| 金溪县| 百色市| 荥经县| 江油市| 长乐市| 德州市| 玉田县| 类乌齐县| 罗田县| 弋阳县| 清徐县| 西林县| 保亭| 抚州市| 格尔木市| 舟山市| 吉木萨尔县| 汝阳县| 健康| 莲花县| 罗城| 白城市| 洛宁县| 大竹县| 德阳市| 云龙县| 堆龙德庆县| 霍城县| 临夏市| 贺兰县| 威远县| 建瓯市| 安吉县| 耿马| 武冈市| 临城县|