Goingmm

            BlogJava :: 首頁(yè) :: 新隨筆 ::  :: 聚合  :: 管理 ::
            82 隨筆 :: 15 文章 :: 452 評(píng)論 :: 0 Trackbacks


          幾天沒(méi)看新聞,Hibernate已經(jīng)發(fā)布3.1版本
          http://sourceforge.net/project/showfiles.php?group_id=40712&package_id=127784&release_id=377721

          Down下來(lái)簡(jiǎn)單看了看。初看,沒(méi)多大變化嘛。但是關(guān)注一下Change Log.
          感覺(jué)這個(gè)版本主要是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 閱讀(670) 評(píng)論(4)  編輯  收藏 所屬分類(lèi): Reading Note

          評(píng)論

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

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

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

            回復(fù)  更多評(píng)論
            

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

          主站蜘蛛池模板: 襄垣县| 荆州市| 宁明县| 莫力| 黄梅县| 留坝县| 平乡县| 志丹县| 江永县| 吉安县| 扬中市| 方山县| 盈江县| 海盐县| 铁岭县| 曲松县| 平邑县| 神木县| 金坛市| 大厂| 台安县| 龙海市| 合作市| 长子县| 长岛县| 长沙市| 汉沽区| 邳州市| 若尔盖县| 汉中市| 鄯善县| 固阳县| 化隆| 灵寿县| 康马县| 饶平县| 屯昌县| 中牟县| 神池县| 湛江市| 绩溪县|