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-17578] - ClassCastException when calling generic typed method on proxy
22
+
* [HHH-17574] - Exception on query: Could not convert ‘java.util.Currency’ to ‘java.util.Currency’ using ‘org.hibernate.type.descriptor.java.CurrencyJavaType’ to wrap
23
+
* [HHH-17572] - Persist of entity with ToOne association which contains an embeddable with associated collection fails with SemanticException
24
+
* [HHH-17566] - addNamedQuery leads to "Named query exists, but did not specify a resultClass"
25
+
* [HHH-17560] - ArrayIndexOutOfBoundsException in DirtyHelper.isModified()
26
+
* [HHH-17530] - Criteria query with nested dynamic instantiations and sorting is not working
27
+
* [HHH-17528] - Explicit selection of an @Embeddable property containing associated collections doesn't work
28
+
* [HHH-17515] - DynamicInstantiationResult wrong java type constructor selected
29
+
* [HHH-17511] - The @SoftDelete HQL join entity does not generate a delete condition
30
+
* [HHH-17507] - Could not convert 'java.time.Year' to 'java.time.Year' using 'org.hibernate.type.descriptor.java.YearJavaType' to wrap
31
+
* [HHH-17496] - Inconsistent handling of enum fields
32
+
* [HHH-17492] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue
33
+
* [HHH-17490] - NOT IN clause does not work with empty list
34
+
* [HHH-17483] - Nested subtypes filtered out in bidirectional OneToMany association load
35
+
* [HHH-17481] - OneToMany load empty collection due to discriminator in Polymorphic relationship
36
+
* [HHH-17467] - QueryArgumentException when using a proxy as parameter value in a query
37
+
* [HHH-17463] - UnsupportedOperationException when using JAKARTA_JDBC_URL
38
+
* [HHH-17435] - Trim function not escaping single quotes and not allowing input parameters as trim character
39
+
* [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity
40
+
* [HHH-17327] - Adding support for Union All in IncrementGenerator
41
+
* [HHH-17307] - Hibernate 6 ListResultsConsumer.Results#addUnique really slow for ElementCollections
42
+
* [HHH-17253] - Stackoverflow error on jpamodelgen generation
43
+
* [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException
44
+
* [HHH-16881] - Envers RevisionListener is not created when Hibernate CDI Extensions are enabled
45
+
* [HHH-16526] - Query toHqlString() loses function arguments
46
+
* [HHH-14821] - EntityKey 'null identifier' should not happen
47
+
* [HHH-14358] - Support binding null UUID sql parameter with PostgreSQL
48
+
* [HHH-1645] - refresh with LockMode on an unitialized proxy does not work
49
+
50
+
** Improvement
51
+
* [HHH-17396] - Fix typos in javadoc
52
+
* [HHH-17303] - More realistic testcase for HHH-16180
53
+
54
+
** Task
55
+
* [HHH-17616] - Move resources to the src/resources folders
0 commit comments