Issues
- deprecate hibernate.jdbc.use_scrollable_resultsetHHH-19265Resolved issue: HHH-19265Gavin King
- Add a TimestampWithTimeZoneJdbcType variant that uses ZonedDateTime instead of OffsetDateTime to bind/extract column valuesHHH-19264
- Do not bind to JNDI if hibernate.session_factory_name_is_jndi is set to falseHHH-19263
- OracleDialect getQueryHintString incorrectly joins supplied hintsHHH-19261
- Move feature supports methods from the SqlAstTranslator base impl to DialectHHH-19260Jan Schatteman
- Static metamodel for id/timestamp not set (and triggers warnings) for DefaultRevisionEntity and similarHHH-19259
- Remove @Entity annotation from default revision entities contributed internally by EnversHHH-19258
- Provide a way to specify the secondary table to which an embedded mapsHHH-19257
- Criteria SUM expression return type errorHHH-19256Resolved issue: HHH-19256
- Cannot setup Column Names, Types, ForeignKeys in generated DDLHHH-19255Resolved issue: HHH-19255
- The return value of st_envelope() is not recognised as a geometry type on MariaDBHHH-19254Resolved issue: HHH-19254Karel Maesen
- deprecate use of lifecycle callbacks on embeddablesHHH-19253Resolved issue: HHH-19253Gavin King
- overriding @Id generation declared by @MappedSuperclassHHH-19252Resolved issue: HHH-19252Gavin King
- Use the "temp classloader" model to always build hibernate-modelsHHH-19251
- HHHHHH-19250Resolved issue: HHH-19250
- Issue with orphanRemoval = true and FetchType.LAZY in Hibernate 6.6.X.FinalHHH-19249
- Return of deleted entities doesn't work with naturalid multiloadingHHH-19248Jan Schatteman
- Make it possible to order type contributions analogous to function contributionsHHH-19247
- Fetch join makes partially covered EntityGraph ineffectiveHHH-19246Resolved issue: HHH-19246Christian Beikov
- Make unary and binary operators easier to extendHHH-19245
- ConnectionReleaseMode.AFTER_STATEMENT ineffective for queriesHHH-19244
- jpa/core/convert TCK failure caused by "AttributeConverter' not allowed for attribute 'getId' annotated '@jakarta.persistence.Id' (use '@Convert(disableConversion=true)' to suppress this error)"HHH-19243
- EntityGraph.addSubgraph fails on entity attribute with more than one level of inheritanceHHH-19242
- Investigate proper bytecode enhancement of attributes with PROPERTY accessHHH-19241
- Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6HHH-19240
- Ensure and validate explicit @Access annotation value on fields / gettersHHH-19239
- order_inserts doesn't consider primary keysHHH-19238
- Expand graph language to optionally specify entityHHH-19237Resolved issue: HHH-19237Steve Ebersole
- PersistenceConfiguration.SCHEMAGEN_CREATE_TARGET doesn't seem to workHHH-19236
- Ability to eager batch fetch associations based on non-pk fkHHH-19235
- Ability to configure cursor holdabiltyHHH-19234Resolved issue: HHH-19234
- AssertionError after Upgrade to Hibernate 6.6.8HHH-19233
- BeanValidationEventListener not called if only associated collection is updated via getterHHH-19232Resolved issue: HHH-19232Marco Belladelli
- Composite User Types provided through TypeContributor are incorrectly registeredHHH-19231
- Ensure that thread local for org.hibernate.bytecode.enhance.internal.bytebuddy.SafeCacheProvider + OverridingClassFileLocator are completely clearedHHH-19230Christian Beikov
- Faster checks in ReflectHelperHHH-19229Olivier Bourgain
- Upgrade MySQL testing to version 9.2HHH-19228
- errors in class OracleSDOFunctionDescriptorsHHH-19227Resolved issue: HHH-19227Karel Maesen
- Remove support for SQL Server versions older than 2016HHH-19226
- Remove support for MariaDB versions older than 10.6HHH-19225
- TransientObjectException on session.remove()HHH-19224
- Upgrade JBoss Logging Tools (processor) to 3.0.4.FinalHHH-19223Marko Bekhta
- SAP Hana - Memory Leak with Identity GenerationHHH-19222
- Dialect catalog separator ignored with not allowed metadata on boot optionHHH-19221
- ClassCastException: class org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer$1 cannot be cast to class java.lang.StringHHH-19220Resolved issue: HHH-19220Andrea Boriero
- Informix Catalog and schema supportHHH-19219Resolved issue: HHH-19219Vladimír Kuruc
- Consider a stronger hashing function for cache keysHHH-19218
- Expose GraphParser#parse on SessionFactoryHHH-19217Resolved issue: HHH-19217Steve Ebersole
- NamedEntityGraph annotation supporting Hibernate parseable formatHHH-19216Resolved issue: HHH-19216Steve Ebersole
- Extends Dialect#addQueryHints to support straight_join syntaxHHH-19215Hogeun Chung
50 of
This method was deprecated in 4.4.0.Alpha1 to be replaced with
but the forwarding method is wrapping null with an adapter, while it should be returning null.
Infinispan Query requires the old behaviour.