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-17412] - Type comparison error due to surprising javac method selection
16
+
* [HHH-17411] - Fetch join on treated join leads to owner not selected error
17
+
* [HHH-17386] - Type inference source is not reset for top level predicates
18
+
* [HHH-17384] - OneToMany association with @NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN)
19
+
* [HHH-17383] - Association is null in lazy initialized element collection
20
+
* [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection
21
+
* [HHH-17381] - fix wrong groupId in Compatibility.adoc
22
+
* [HHH-17380] - Persisting an entity with a non generated id and @MapsId throws PropertyValueException
23
+
* [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null
24
+
* [HHH-17344] - DB2zDialect NullPointerException
25
+
* [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @Inheritance(strategy = InheritanceType.SINGLE_TABLE)
26
+
* [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries
27
+
* [HHH-17308] - AssertionError when mixing @SQLSelect and composite ID
28
+
* [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype
29
+
* [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified
30
+
* [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute"
31
+
* [HHH-17102] - @SqlResultSetMapping doesn’t work with @Inheritance(strategy = InheritanceType.JOINED)
32
+
33
+
** Deprecation
34
+
* [HHH-17441] - Deprecate @Comment
35
+
36
+
** Improvement
37
+
* [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization
38
+
* [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata
0 commit comments