<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Neil的備忘錄

    just do it
    posts - 66, comments - 8, trackbacks - 0, articles - 0

    It is occasionally useful to be able to take a graph of persistent instances and make them persistent in a different datastore, without regenerating identifier values.

    //retrieve a cat from one database
    Session session1 = factory1.openSession();
    Transaction tx1 = session1.beginTransaction();
    Cat cat = session1.get(Cat.class, catId);
    tx1.commit();
    session1.close();
    //reconcile with a second database
    Session session2 = factory2.openSession();
    Transaction tx2 = session2.beginTransaction();
    session2.replicate(cat, ReplicationMode.LATEST_VERSION);
    tx2.commit();
    session2.close();

    The ReplicationMode determines how replicate() will deal with conflicts with existing rows in the database.

    • ReplicationMode.IGNORE - ignore the object when there is an existing database row with the same identifier

    • ReplicationMode.OVERWRITE - overwrite any existing database row with the same identifier

    • ReplicationMode.EXCEPTION - throw an exception if there is an existing database row with the same identifier

    • ReplicationMode.LATEST_VERSION - overwrite the row if its version number is earlier than the version number of the object, or ignore the object otherwise

    Usecases for this feature include reconciling data entered into different database instances, upgrading system configuration information during product upgrades, rolling back changes made during non-ACID transactions and more. 


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


    網站導航:
     
    主站蜘蛛池模板: 久久免费美女视频| 一级视频免费观看| 国产又大又粗又长免费视频 | 男男gay做爽爽免费视频| 久久久久国色AV免费观看性色| 亚洲熟妇色自偷自拍另类| 中国xxxxx高清免费看视频| 亚洲视频一区在线| 国产麻豆视频免费观看| 成人区精品一区二区不卡亚洲| 啦啦啦www免费视频| 精品亚洲成a人在线观看| 亚洲日韩VA无码中文字幕| 国产真人无码作爱视频免费| 久久亚洲精品无码AV红樱桃| 亚洲精品免费网站| 久久水蜜桃亚洲AV无码精品| 国产亚洲一区二区三区在线不卡| a级精品九九九大片免费看| 久久精品国产亚洲AV香蕉| 最近免费中文字幕4| 一级视频在线免费观看| 亚洲2022国产成人精品无码区| 成人免费黄色网址| 国产精品国产亚洲区艳妇糸列短篇| 亚洲人AV永久一区二区三区久久| 中国一级毛片视频免费看| 亚洲一区免费视频| 亚洲综合色区在线观看| 最近2019年免费中文字幕高清| 亚洲第一男人天堂| 亚洲综合精品香蕉久久网| 在线看片v免费观看视频777| 最好2018中文免费视频| 亚洲三级电影网址| 国产18禁黄网站免费观看| 国产白丝无码免费视频| 精品视频免费在线| 亚洲第一页中文字幕| 四虎永久在线免费观看| 最近中文字幕2019高清免费|