Hibernate ORM 5.0.6 发布
欢迎加入运维网交流群:263444886Hibernate 5.0.6 发布,此版本更新内容如下:
5.0.6.Final (December 16, 2015) 改进列表
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/22050
** Bug 修复
* - hbm2ddl.SchemaUpdate has no delimiter (SchemaExport works fine)
* - Missing parentheses around composite fields
* - StaleObjectStateExceptions raising outside flush context.
* - SchemaUpdate does not properly support formatter and delimiter anymore
* - Too long>
* - Element 'query-param' in *.hbm.xml files causes> * - Cascade delete does not work for instrumented/enhanced entities
* - SessionFactoryImpl doesn't cache and reuse existing collection cache region access strategies
* - Add new configuration type hibernate.hbm2dll.extra_physical_table_types
* - HSQLDialect returns supportsTupleDistinctCounts false which seems wrong
* - Precision and scale are reversed when using decimal as element in map
* - Bring transaction invalidation interceptor into Infinispan 2LC
* - Interceptor afterTransactionBegin() is not fired
* - Change default values in bytecode enhance build-time plugins
* - HSQL does not support Nationalized annotation
* - Fix more DB reserved words used by tests
* - Unit test failure because Sybase does not support binding an untyped null object
* - Unit test failure because Sybase trims trailing spaces
* - LocalDate value changes after fetching the row from the database
** 新特性
* - Make runtime bytecode enhancement configurable
** 任务
* - Introduce a ThreadLocal-based pooled-lo optimizer to avoid locking
** 改进
* - PersistenceUtilHelper should call getDeclaredField/Method inside of privileged block
* - Rename 'field access' bytecode enhancement
* - EntityLoader is contended when calling AbstractLoadPlanBasedLoader.wrapResultSetIfEnabled
* - The Cascade> * - Improve performance and reduce CPU load when fetching reference cached objects
* - Remove dependency to rhq-pluginAnnotations
下载:https://github.com/hibernate/hibernate-orm/archive/5.0.6.zip
页:
[1]