Hibernate ORM 5.0 第四个 bug 修复版发布
欢迎加入运维网交流群:263444886Hibernate ORM 5.0 第四个 bug 修复版发布,该版本总共修复52个issues,更新如下:
** Bug
* - Support subqueries in HQL as CASE statement> * - Named parameters ignored when single apostrophe encountered within an SQL comment
* - AssertionFailure: Unexpected nested component on the referenced entity when mapping a @MapsId
* - Wrong SQL generated when composites are compared using not-equal operator
* - Trying to get a PluralAttributePath from a @MappedSuperclass throws org.hibernate.MappingException: Unknown collection role
* - Metamodel check fails when subclasses are used
* - Remove UNION support from 5.x grammars
* - @Lob + @Nationalized results in NCLOB on SQLServer2005+ rather than NVARCHAR(MAX)
* - Hibernate startup error "HHH015011: Unable to locate static metamodel field"
* - Exception when mapping a>
* -> * - Exception thrown when trying to select a treated property
* - Error in CollectionCacheInvalidator when hibernate.cache.auto_evict_collection_cache is enabled
* - javax.persistence.Query#getParameterValue(String) returns the ParameterRegistration not the parameter value
* - Adding an entity at a given index in a list annotated with OrderColumn adds the entity at the end
* - NullPointer when combining JPQL query with in clause and @NamedEntityGraph
* - Cannot mix @MapKey with @Convert
* - Enhancer indiscriminately re-writes field accesses
* - IllegalArgumentException passing null as parameter value with explicit TemporalType
* - Replace string with preceding comma is not replacing string as required
* - Unable to enhance persistent attribute with declared targetEntity
* - Include maven dependencies in enhancement>
* - Compiled> * - QueryResultsRegion is not invalidated from evictAll()
* - CacheableFileXmlSource.doBind uses obsolete .bin file
* - Overriden UniqueDelegate.getTableCreationUniqueConstraintsFragment not called anymore in SchemaExport
* - Index and unique-key constraints not properly handled with implicit columns in hbm.xml binding
* - Infinite loop generating> * - Deal with HCANN poor handling of multiple properties by matching stem name
* - Hibernate ignores foreign-key attribute name in hbm
* - Memory Leak when using Reference Cached, bytecode enhanced Immutable Entities
* - ForUpdateFragment.toFragmentString() does not check if aliases are defined when lockOptions are not null
* - hibernate.cache.auto_evict_collection_cache problems
* - Hibernate User Guide transactions chapter examples are not properly rendered
* - Reserved word used for database object in testsuite
* - org.hibernate.id.SequenceValueExtractor does not work for DB2, Oracle, or SQL Server
* - Inverse foreign key for many-to-many set is nullable
* - Temporary table support is broken using PostgresPlusDialect
* - CPU performance regression in StatefulPersistenceContext.addEntry()
* - Schema Update - Single table Inheritance with bi-directional OneToMany referencing superclass fails
* - Derived entity>
** 新特性
* - AttributeConverter not applied to @ElementCollection
** Task
* - Memory usage improvements
** 提升
* - Implement nonstrict-read-write mode in Infinispan 2LC
* - Allow parameter type for null value to be specified using javax.persistence.Parameter#getParameterType()
* - Make JTA a provided (non-transitive) dependency
* - Delay resolving TypeScopeImpl#factory after deserialization until resolveFactory() is called.
* - map removed TransactionFactory> * - Improve performance of EventListenerRegistry
* - Make pending-puts cache template configurable
* - Cache HashMap in AbstractRowReader instead of re-creating for each row that is read
** 弃用
* - More formally deprecate the legacy bytecode enhancement code
详情请看:changelog
发行说明
下载地址: http://hibernate.org/orm/downloads/
页:
[1]