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-17240] - ClassTransformer enhancement is not thread safe
41
+
* [HHH-17234] - PostgreSQL: operator does not exist '!=-' exception when using JPA not equals operator '<>' with negative number
42
+
* [HHH-17231] - HHH-17231 SQLGrammarException when selecting property of grouped join association in subquery
43
+
* [HHH-17228] - Exception when selecting from a subclass in single table inheritance when another entity has 1-1 attributes of other subclasses
44
+
* [HHH-17225] - Right join does not return records from the right table if there's no matching record in the from clause
45
+
* [HHH-17223] - ClassCastException when using SUM() on COALESCE in criteria api
46
+
* [HHH-17211] - Hibernate entity with @Any attribute throws a null pointer exception on HQL select query
47
+
* [HHH-17208] - @Any mapping not working on HQL inserts
48
+
* [HHH-17205] - QueryException: could not resolve property: null on OneToOne with composite key
49
+
* [HHH-17196] - Documentation for @NaturalId should be more explicit about non-nullability
50
+
* [HHH-17193] - Error when merging entity with composite PK and nested to-many collection
51
+
* [HHH-17192] - Given a JOINED inheritance, "missing FROM-clause entry for table" error is thrown when applying EntityGraph to abstract entity and filtering on a subentity attribute
52
+
* [HHH-17188] - Query Cache contains null values when entity is found in Persistence Context
53
+
* [HHH-17178] - Is null predicate on treated plural path causes InterpretationException
54
+
* [HHH-17172] - SerializableProxy: Unable to retrieve matching session factory by name (Hibernate 6 regression?)
55
+
* [HHH-17170] - Custom @SQLDelete, @SQLDeleteAll and @SQLUpdate not working on associated collections
56
+
* [HHH-17155] - DynamicInstantiationResult wrong java type constructor selected
57
+
* [HHH-17143] - More not-found fix ups
58
+
* [HHH-17132] - NaturalId unique keys can no longer be renamed by providing an equivalent UniqueConstraint annotation
59
+
* [HHH-17108] - Error In Native Query when adding two Entity's and using composite key. Error: Unable to find column position by name.
60
+
* [HHH-17102] - @SqlResultSetMapping doesn’t work with @Inheritance(strategy = InheritanceType.JOINED)
0 commit comments