You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [HHH-9731] - Potential bug in SearchedCaseExpression type handling
13
+
* [HHH-10055] - Lazy loading of collections in enhanced entity not working
14
+
* [HHH-10110] - DerbyTenSevenDialect fails to update schema because of sequence error
15
+
* [HHH-10111] - AttributeConverter based attributes are not marked for update when their state is modified
16
+
* [HHH-10115] - HHH90000003: Use of DOM4J entity-mode is considered deprecated
17
+
* [HHH-10119] - Config setting names loaded from cfg.xml stored in augmented (prefixed with "hibernate.") form but not original form
18
+
* [HHH-10120] - InputStream not closed in ConfigLoader.loadConfigXmlResource(String)
19
+
* [HHH-10125] - KEY() function in HQL causes inaccurate SQL when map key is an entity
20
+
* [HHH-10126] - Table-backed sequences are not populated on creation using SchemaUpdate
21
+
* [HHH-10131] - CacheableFileXmlSource.doBind returns null instead of created binding when .hbm.xml.bin have not been created yet
22
+
* [HHH-10132] - ENTRY() function in HQL causes invalid SQL when map key is an entity
23
+
* [HHH-10133] - CatalogSeparator of dialect metadata not used in runtime, just in schema tool
24
+
* [HHH-10135] - DB2Dialect should override getSelectSequenceNextValString
25
+
* [HHH-10139] - <one-to-one> and <many-to-one> mapping with <formula>1</formula> related to a boolean field causes java.sql.SQLSyntaxErrorException:
26
+
* [HHH-10140] - Apache Derby does not support tuples in subqueries
27
+
* [HHH-10141] - ClassicQueryTranslatorFactory unable to determine the correct RevisionType type
28
+
* [HHH-10142] - Derby dialect missing SQL keyword
29
+
* [HHH-10149] - PostgreSQL81Dialect.#getForUpdateString(String aliases,LockOptions lockOptions) returning a wrong value for update String when aliases is an empty String
30
+
* [HHH-10150] - PostgreSQL -MultiTableBulkIdStrategy fails with multiple delete of parent entity in the same transaction
31
+
32
+
** New Feature
33
+
* [HHH-10045] - Force all columns in primary key to be non-null
34
+
35
+
** Task
36
+
* [HHH-9995] - Finish pgsql database profile
37
+
* [HHH-9996] - Finish Derby database profile
38
+
* [HHH-10154] - Change built-in JavaTypeDescriptor impls to not auto-register themselves with JavaTypeDescriptorRegistry
39
+
40
+
** Improvement
41
+
* [HHH-9685] - Envers should do nothing when JTA transaction is already marked as rollback-only
42
+
* [HHH-10066] - Drop and recreate AuxiliaryDatabaseObjects as part of schema update
43
+
* [HHH-10083] - Support replicated and distributed caches
44
+
* [HHH-10086] - Deprecate Dialect#getIdentityColumnString() and Dialect#getIdentitySelectString()
45
+
* [HHH-10121] - Have EMF#getProperties expose ValidatorFactory injected via 2-phase load
46
+
* [HHH-10129] - Evaluate AttributeConverter tests in hibernate-entitymanager for move to hibernate-core
47
+
48
+
** Patch
49
+
* [HHH-10108] - checkstyle test <module name="NewlineAtEndOfFile" /> causes build time problem
50
+
51
+
** Deprecation
52
+
* [HHH-10122] - Deprecate ".class" property-style entity-type-expression format
0 commit comments