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-16853] - Setting Named Query Parameters Is VERY Slow
24
+
* [HHH-16849] - When we use partition key in join columns generated query is incorrect and its failing.
25
+
* [HHH-16843] - HQL 'value = null'
26
+
* [HHH-16839] - Failing to update a one-to-one lazy association with `OptimisticLockType.DIRTY` and enabled bytecode enhancement
27
+
* [HHH-16833] - Assertion Error when inserting two entities linked with a OneToOne relation
28
+
* [HHH-16832] - Bytecode enhancement leads to broken constructor for a generic embedded field in a MappedSuperclass
29
+
* [HHH-16821] - Fail to delete entity that contains an embedded with a many to many association as field
30
+
* [HHH-16820] - When batching enabled the LockModeType is ignored
31
+
* [HHH-16818] - JPQL parser treats 'N' as a String and fails org.hibernate.query.SemanticException: The assignment expression type [java.lang.String] did not match the assignment path type [java.lang.Character]
32
+
* [HHH-16813] - Metamodel Generator adds @Generator annotations that cannot be compiled
33
+
* [HHH-16812] - StackOverflowError an embeddable's @Parent is a subclass in an inheritance tree
34
+
* [HHH-16811] - Dirty property lost and not detected with Batch Fetch, Embedded and FetchMode SELECT
35
+
* [HHH-16810] - Fail to delete entity with a composite id using an @IdClass with one of its fields mapped from the id of a @ManyToOne association
36
+
* [HHH-16802] - typecheck subquery predicates
37
+
* [HHH-16799] - Using bytecode enhancement may result in incorrect AccessType being picked
38
+
* [HHH-16772] - Generated bytecode for HibernateAccessOptimizer class is invalid and causes operand stack overflow issue.
39
+
* [HHH-16767] - From#getJoins throws exception if non-attribute was joined
40
+
* [HHH-16765] - Cannot parse quoted table name
41
+
* [HHH-16747] - interpretation of queries with no 'select', multiple elements in 'from', and no explicit result class
42
+
* [HHH-16742] - ArrayIndexOutOfBoundsException when calling Tuple.getElements()
43
+
* [HHH-16732] - HQL id() function does not work for @Any mappings
44
+
* [HHH-16707] - Saving entities using @MappedSuperclass does not work with classes in foreign packages
45
+
* [HHH-16669] - Batch loading prevents throwing ObjectNotFoundException on initialization of non-existent enhanced entity
46
+
* [HHH-16663] - TCK failure due to wrong refactoring in schema management Action enum
47
+
* [HHH-16619] - associations on fields beginning with underscore
48
+
* [HHH-16593] - mappedBy non-association
49
+
* [HHH-16586] - When merging a persisted entity with a null Version, Hibernate treats entity as transient instead of throwing an Exception
50
+
* [HHH-16578] - Incorrect validation error for tinyint, but and datetime
51
+
* [HHH-16563] - Hibernate 6.x.x should use jakarta.annotation.Generated
52
+
* [HHH-16556] - SQLServer2016Dialect deprecation javadoc has wrong version
53
+
* [HHH-16545] - PersistenceUtilHelper.MetadataCache is not Thread-Safe
54
+
* [HHH-16514] - Property sorting can lead to incorrect column mappings with derived embeddable keys
55
+
* [HHH-16494] - Right or full joining on single tablepolymorphic entities gives incorrect results
0 commit comments