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

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

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

    Goingmm

      BlogJava :: 首頁 :: 新隨筆 ::  :: 聚合  :: 管理 ::
      82 隨筆 :: 15 文章 :: 452 評論 :: 0 Trackbacks


    幾天沒看新聞,Hibernate已經發布3.1版本
    http://sourceforge.net/project/showfiles.php?group_id=40712&package_id=127784&release_id=377721

    Down下來簡單看了看。初看,沒多大變化嘛。但是關注一下Change Log.
    感覺這個版本主要是Fixed 3.0的一些Bug

    Change Log 部分引用

     1Changes in version 3.1  (12.12.2005)
     2-------------------------------------------
     3
     4** Bug
     5    * [HHH-849]   - Cartesian product + implicit joins
     6    * [HHH-1065] - user provided connection not usable by default due to agressive release changes
     7    * [HHH-1101] - associations join fetched in HQL without owner being selected
     8    * [HHH-1133] - Comparators, defined for collections in mapping files, are not set
     9    * [HHH-1149] - NPE flushing reattached entity  w/ non-mutable natural-id
    10    * [HHH-1170] - HQL 'cast' function doesn't work with MySQL 4 when casting to string
    11    * [HHH-1187] - Cannot delete a object having a delete-orphan collection when user_rollback_id is set
    12    * [HHH-1191] - HQL fails backward compatibility using classic translator
    13    * [HHH-1194] - hql delete statements with joined-subclass hierarchies with a mapped where attribute at the root
    14    * [HHH-1206] - Mappings.TableDescription is not serializable
    15    * [HHH-1212] - mismatch in entity-modes defined in DTD and EntityMode class
    16    * [HHH-1227] - ClassCastException on DOM4J replicate of Calendar property
    17    * [HHH-1239] - BinaryArithmeticOperatorNode.getDataType() does not properly handle date/time arithmetic
    18    * [HHH-1240] - Track connection leakage in JDBCContext.afterTransactionCompletion()
    19    * [HHH-1245] - Calling the Session should register it with the current JTA txn.
    20    * [HHH-1254] - Serialization of Sessions using JDBCTransactions with auto-flush/auto-close
    21
    22** New Feature
    23    * [HHH-1222] - Autodiscover scalar types in native-sql
    24    * [HHH-1243] - allow placeholders to system properties in config properties
    25    * [HHH-1244] - Support for MySQL5 stored procedures
    26    * [HHH-1260] - Configuration.mergeProperties()
    27
    28** Task
    29    * [HHH-1066] - Upgrade CGLIB to fix proxy memory leak
    30    * [HHH-1242] - upgrade ANTLR to 2.7.6rc1
    31
    32** Improvement
    33    * [HHH-860] - insert  select  and version numbers
    34    * [HHH-926] - TypeDef should be global
    35    * [HHH-1138] - No ConstraintName when using PostgreSQL
    36    * [HHH-1144] - Implement naming convention for temporary test failures
    37    * [HHH-1153] - PropertiesHelper fails reading primitive values from hibernate-mapping when doc has whitespace
    38    * [HHH-1182] - Access to filter metadata
    39    * [HHH-1183] - Getting sql "plan" for DML operations
    40    * [HHH-1197] - Support for HQL delete on MaxDB
    41    * [HHH-1198] - post-insert event pass the entity wo the id field filled when the generator is identity
    42    * [HHH-1213] - make JACC event listeners auto configurable (through initialize(Configuration))
    43    * [HHH-1215] - Added support for LVARCHAR in InformixDialect
    44    * [HHH-1218] - Add concat() function support to SAPDBDialect
    45    * [HHH-1255] - ThreadLocalSessionContext and Session serialization
    46
    47** Patch
    48    * [HHH-967] - executeUpdate on StatelessSession
    49    * [HHH-1172] - Missing configuration templates for the new MimerSQLDialect
    50
    51** Deprecation
    52    * [HHH-1229] - deprecate ability for entities to not define identifier properties
    53
    54
    55Changes in version 3.1 rc3  (17.11.2005)
    56-------------------------------------------
    57
    58** Bug
    59    * [HHH-755] - Setter / Getter for property gDate are wrong
    60    * [HHH-764] - XML mapping
    61    * [HHH-1034] - The connection is closed  *outside* the JTA transaction in TransactionHelper
    62    * [HHH-1062] - java:comp/UserTransaction not correct for JBoss
    63    * [HHH-1064] - Exception using JTATransaction in WebSphere 6
    64    * [HHH-1069] - Unnecessary commas generated in select with left outer joins
    65    * [HHH-1075] - New parser  "not exists" command bug
    66    * [HHH-1077] - Typo in docs: "equiped"
    67    * [HHH-1080] - HQL delete fails on entities with where-fragments using operators other than '='
    68    * [HHH-1081] - missing parens in example code for Criteria Associations
    69    * [HHH-1084] - incorrect method name "sql" in Restrictions example, should be "sqlRestriction"
    70    * [HHH-1091] - Can't write transparent CurrentSessionContext for BMT
    71    * [HHH-1098] - Patch for build.sh to be able to build latest version on linux
    72    * [HHH-1106] - HQL "not in" generatad wrong SQL
    73    * [HHH-1111] - JDBCTransaction.rollback() results in a call to Interceptor.beforeTransactionCompletion()
    74    * [HHH-1128] - Column alias clashes under  certain circumstances
    75    * [HHH-1146] - latest cvs(11/10/05)  hibernate3 issue with classic query
    76    * [HHH-1156] - StatefulPersistenceContext not serializable when property-ref is used
    77    * [HHH-1160] - Incorrect use of getGeneratedKey() for Oracle
    78
    79** New Feature
    80    * [HHH-449] - korean hibernate reference manual
    81    * [HHH-1129] - use expected-type in 'untyped' Query.setParameter()
    82
    83** Improvement
    84    * [HHH-221] - Proxy for one-to-one with property-ref
    85    * [HHH-844] - move parameter "bookkeeping" into QueryTranslator
    86    * [HHH-1051] - "Compiled" native SQL queries are not cached
    87    * [HHH-1061] - import.sql should allow more human readable and usable files
    88    * [HHH-1078] - <dynamic-component> requires type on property
    89    * [HHH-1120] - Make NamingStrategy to work nicely with HA and EJB3 naming strategy
    90    * [HHH-1142] - added getSelectSequenceNextValString() and getCurrentTimestampSelectString() to TimesTenDialect
    91
    92** Patch
    93    * [HHH-1063] - support for 'locate' function in SQLServer and Sybase dialects
    94    * [HHH-1090] - Allow subqueries on criteria to obtain non-string results
    95    * [HHH-1095] - Hibernate takes incorrect HasCode when a lot of CompositeKeys and Lazy loading is involved
    96    * [HHH-1103] -  finalize method filter for proxies
    97    * [HHH-1136] - more meaningful AssertionFailure message in org.hibernate.persister.entity.JoinedSubclassEntityPersister.getTableId()
    98
    posted on 2005-12-13 15:01 Goingmm 閱讀(666) 評論(4)  編輯  收藏 所屬分類: Reading Note

    評論

    # re: New Version(3.1) release - Hibernate 2005-12-13 15:09 sofa
    sofa  回復  更多評論
      

    # re: New Version(3.1) release - Hibernate 2005-12-13 15:14 sanmans
    你隨便粘點東東惑人所  回復  更多評論
      

    # re: New Version(3.1) release - Hibernate 2005-12-17 14:44 todogoingmm
    新聞就是這樣,全世界的報道都一個樣子。哈哈!~

      回復  更多評論
      

    # re: New Version(3.1) release - Hibernate 2005-12-19 17:04 todogoingmm
    這個版本包括對前版本的大量的bugs fix和改進,以及更新了一些更高版本的第三方支持庫。
    其中比較顯著的幾個提升是:
    ·從native-sql中自動發現檢測scalar types
    ·支持Mysql5 存儲過程
    ·config properties里, system properties將允許 placeholders.
    ·支持Configuration.mergeProperties()
      回復  更多評論
      

    主站蜘蛛池模板: 亚洲国产欧美日韩精品一区二区三区 | 亚洲成a人片77777老司机| 亚洲一区二区三区自拍公司| 亚洲一区二区三区AV无码| 中文字幕亚洲乱码熟女一区二区| 在线观看亚洲精品国产| 亚洲va中文字幕无码久久| 亚洲香蕉免费有线视频| 亚洲美国产亚洲AV| j8又粗又长又硬又爽免费视频| 国产精品偷伦视频免费观看了| 国产成人AV片无码免费| 好爽…又高潮了毛片免费看| 亚洲性久久久影院| 亚洲一区二区三区四区在线观看| 亚洲国产日韩a在线播放| 久久久国产精品无码免费专区| 永久免费观看的毛片的网站| 亚洲色成人网站WWW永久| 一本天堂ⅴ无码亚洲道久久| 久久久精品视频免费观看| 女人18毛片水真多免费播放| 亚洲国产精品无码专区在线观看 | 亚洲色精品三区二区一区| 青青操视频在线免费观看| 日韩成人免费在线| 精品亚洲aⅴ在线观看| 成人A毛片免费观看网站| 日韩精品免费电影| 亚洲精品无码日韩国产不卡av| 久草免费手机视频| 亚洲色偷偷偷鲁综合| 国产亚洲精品美女久久久久久下载| 无码国产精品一区二区免费虚拟VR| 亚洲av无码潮喷在线观看| 国产日韩AV免费无码一区二区三区| 午夜国产羞羞视频免费网站| 亚洲欧美成人av在线观看| 18禁成年无码免费网站无遮挡| 亚洲成人免费电影| 成人性生交视频免费观看|