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

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

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

    Sun
    是選擇你愛的人還是愛你的人?
    posts - 8,comments - 14,trackbacks - 0

    JPOX requires that all classes that are persisted implement PersistenceCapable, an interface defined by JDO. Why should we do this, Hibernate/TopLink dont need it ?. Well thats a simple question really

    • JPOX uses this PersistenceCapable interface, and adds it using bytecode enhancement techniques so that you never need to actually change your classes. This means that you get transparent persistence, and your classes always remain your classes. ORM tools that use a mix of reflection and/or proxies are not totally transparent.
    • JPOX' use of PersistenceCapable provides transparent change tracking. When any change is made to an object the change creates a notification to JPOX allowing it to be optimally persisted. ORM tools that dont have access to such change tracking have to use reflection to detect changes. The performance of this process will break down as soon as you read a large number of objects, but modify just a handful, with these tools having to compare all object states for modification at transaction commit time.

    In a JDO-enabled application there are 3 categories of classes. These are PersistenceCapable, PersistenceAware and normal classes. The Meta-Data defines which classes fit into these categories. To give an example for JDO, we have 3 classes. The class A is to be persisted in the datastore. The class B directly updates the fields of class A but doesn't need persisting. The class C is not involved in the persistence process. We would define JDO MetaData for these classes like this

    1 <class name="A" persistence-modifier="persistence-capable">
    2     <field name="myField">
    3         
    4     </field>
    5     
    6 </class>
    7 <class name="B" persistence-modifier="persistence-aware">
    8 </class>


     

    So our MetaData is mainly for those classes that are PersistenceCapable and are to be persisted to the datastore (we don't really need the persistence-modifier for thse classes since this is the default). For PersistenceAware classes we simply notate that the class knows about persistence. We don't define MetaData for any class that has no knowledge of persistence.

    JDO requires that all classes to be persisted must implement the PersistenceCapable interface . Users could manually do this themselves but this would impose work on them. JDO permits the use of a byte-code enhancer that converts the users normal classes to implement this interface. JPOX provides its own byte-code enhancer (this can be found in the jpox-enhancer.jar). This section describes how to use this enhancer with JPOX. The JPOX enhancer fully implements JDO2 and so is the recommended choice when persisting using the JDO2 API. The enhancement process adds the necessary methods to the users class in order to implement PersistenceCapable.



    The example above doesn't show all PersistenceCapable methods, but demonstrates that all added methods and fields are prefixed with "jdo" to distinguish them from the users own methods and fields. Also each persistent field of the class will be given a jdoGetXXX, jdoSetXXX method so that accesses of these fields are intercepted so that JDO can manage their "dirty" state.

    The MetaData defines which classes are required to be persisted, and also defines which aspects of persistence each class requires. For example if a class has the detachable attribute set to true, then that class will be enhanced to also implement Detachable



    Again, the example above doesn't show all methods added for the Detachable interface but the main thing to know is that the detached state (object id of the datastore object, the version of the datastore object when it was detached, and which fields were detached is stored in "jdoDetachedState"). Please see the JDO spec for more details.

    If the MetaData is changed in any way during development, the classes should always be recompiled and re-enhanced afterwards.

    Byte-Code Enhancement Myths

    Some groups (e.g Hibernate) perpetuated arguments against "byte-code enhancement" saying that it was somehow 'evil'. The most common were :-

    • Slows down the code-test cycle. This is erroneous since you only need to enhance just before test and the provided plugins for Ant, Eclipse and Maven all do the enhancement job automatically and rapidly.
    • Is less "lazy" than the proxy approach since you have to load the object as soon as you get a pointer to it. In a 1-1 relation you have to load the object then since you would cause issues with null pointers otherwise. With 1-N relations you load the elements of the collection/map only when you access them and not the collection/map. Hardly an issue then is it!
    • Fail to detect changes to public fields unless you enhance your client code. Firstly very few people will be writing code with public fields since it is bad practice in an OO design, and secondly, this is why we have "PersistenceAware" classes.

    So as you can see, there are no valid reasons against byte-code enhancement, and the pluses are that runtime detection of dirty events on objects is much quicker, hence your persistence layer operates faster without any need for iterative reflection-based checks. The fact is that Hibernate itself also now has a mode whereby you can do bytecode enhancement although not the default mode of Hibernate. So maybe it wasn't so evil after all ?

     

    posted on 2010-05-08 23:57 .Sun 閱讀(2575) 評論(1)  編輯  收藏 所屬分類: 隨筆

    FeedBack:
    # re: 關(guān)于 字節(jié)碼增強(qiáng) 摘要[未登錄]
    2010-05-11 08:29 | sunny
    hahahhaha  回復(fù)  更多評論
      
    主站蜘蛛池模板: 综合久久久久久中文字幕亚洲国产国产综合一区首 | 免费人成再在线观看网站| 成人免费男女视频网站慢动作| 亚洲综合激情九月婷婷| 精品无码无人网站免费视频| 亚洲AV乱码久久精品蜜桃| 免费女人高潮流视频在线观看| 亚洲综合在线观看视频| 中文字幕免费在线看线人 | ww亚洲ww在线观看国产| 中文字幕人成无码免费视频 | 免费看一级高潮毛片| 亚洲精品色婷婷在线影院| 人体大胆做受免费视频| 亚洲电影日韩精品| 久青草视频97国内免费影视| 亚洲无av在线中文字幕| 99久热只有精品视频免费看| 色偷偷女男人的天堂亚洲网| 精品国产免费观看久久久| 免费一级特黄特色大片| 在线精品亚洲一区二区小说| 暖暖免费在线中文日本| 亚洲国产人成在线观看| 国产免费观看网站| 中国一级毛片免费看视频| 亚洲日本中文字幕区| 四虎成人免费观看在线网址| 日韩免费高清一级毛片| 亚洲国产精品无码一线岛国| 在线永久看片免费的视频| 免费很黄无遮挡的视频毛片| 久久综合日韩亚洲精品色| 97无码免费人妻超级碰碰碰碰| 国产成人亚洲精品播放器下载| 国产亚洲视频在线播放| 日韩免费一区二区三区在线播放| 黑人粗长大战亚洲女2021国产精品成人免费视频 | 亚洲美女大bbbbbbbbb| 日日夜夜精品免费视频| 黄页免费在线观看|