Issues
- When owning side of @OneToOne is declared with fetchType.EAGER and not owning side of @OneToOne is declared with fetchType.Lazy the ORM fails to load the mapped entityHHH-16135Resolved issue: HHH-16135Marco Belladelli
- Error advancing (next) ResultSet position with Hibernate v6HHH-16120Resolved issue: HHH-16120Andrea Boriero
- Querying entity with collection in Embeddable causes 'A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance'HHH-16117Resolved issue: HHH-16117Andrea Boriero
- Test and document using @JdbcTypeCode(Types.VARBINARY) on arrays to revert to pre-6.1 behaviorHHH-16085Resolved issue: HHH-16085Yoann Rodière
- NPE Caused by "Cannot invoke "org.hibernate.engine.spi.EntityKey.getIdentifier()" because "this.entityKey" is null" @ AbstractEntityInitializer:445HHH-16075Resolved issue: HHH-16075Andrea Boriero
- Exception when find by association id that is a generic @EmbeddedId with @MappedSuperclassHHH-16070Resolved issue: HHH-16070Marco Belladelli
- jakarta.persistence.query.timeout not working on Hibernate 6.1.6 for Criteria QueriesHHH-16062Resolved issue: HHH-16062Marco Belladelli
- SqmDynamicInstantiation warns about dynamic Map instantiation when using an entityHHH-16061Resolved issue: HHH-16061Andrea Boriero
- Setting a property to its current value with bytecode enhancement enabled results in unnecessary SQL Update in some (many) casesHHH-16049Resolved issue: HHH-16049Andrea Boriero
- Hibernate 6.x breaks collection batch fetchingHHH-16043Resolved issue: HHH-16043Marco Belladelli
- AssertionError for @JoinColumn with char[] property referencing a String propertyHHH-16040Resolved issue: HHH-16040Marco Belladelli
- merge of a persisted entity uses an insert statement instead of an update statement resulting in duplicate entitiesHHH-16037Resolved issue: HHH-16037Marco Belladelli
- ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 for NamedNativeQuery with genericsHHH-16023Resolved issue: HHH-16023Marco Belladelli
- Hibernate doesn't set the correct bind parameter for the offset when using NativeQuery.setFirstResult() on PostgresqlHHH-16020Resolved issue: HHH-16020Jan Schatteman
- Querying property from treated path causes IllegalArgumentException: Already registered a copyHHH-16014Resolved issue: HHH-16014Marco Belladelli
- PropertyAccessException when deleting entities with Embeddables with child collectionsHHH-16007Resolved issue: HHH-16007Marco Belladelli
- @BatchSize with @ManyToMany does not work as expected when migrating 5 -> 6HHH-16005Resolved issue: HHH-16005Marco Belladelli
- Downcasting with CriteriaBuilder.treat causes ClassCastExceptionHHH-16004Resolved issue: HHH-16004Marco Belladelli
- Wrong alias used in subquery generated from JPQLHHH-16003Resolved issue: HHH-16003Marco Belladelli
- Incomplete group by expression when with "NEW" operatorHHH-15998Resolved issue: HHH-15998Marco Belladelli
- Hibernate fails when grouping by a related many-to-one entityHHH-15991Resolved issue: HHH-15991Marco Belladelli
- Eager Bidirectional association, initializing an HibernateProxy should associate to the circular association the HibernateProxy itselfHHH-15986Resolved issue: HHH-15986Andrea Boriero
- Bidirectional one-to-one associations produce child entities with null parent entity referencesHHH-15982Resolved issue: HHH-15982Marco Belladelli
- Issue when combining Postgres driver, @MappedSuperclass, generics and enumsHHH-15970Resolved issue: HHH-15970Andrea Boriero
- Inheritance: org.hibernate.PropertyAccessException ExceptionHHH-15969Resolved issue: HHH-15969Andrea Boriero
- @OneToOne(mappedBy = ..., fetch = LAZY) in embedded referencing an association within another embeddedHHH-15967Resolved issue: HHH-15967Andrea Boriero
- Hibernate 6.1.6 Infinite Recursion/StackOverflow Using DB2 Custom DialectHHH-15957Resolved issue: HHH-15957Marco Belladelli
- AssertionError with bidirectional OneToOne relation using AttributeConverter for the FKHHH-15950Resolved issue: HHH-15950Marco Belladelli
- Joins on non-managed-type polymorphisms don't workHHH-15944Resolved issue: HHH-15944Andrea Boriero
- broken SQL generated for @ManyToOne with @JoinColumn which references a column of a @SecondaryTableHHH-15933Resolved issue: HHH-15933Marco Belladelli
- Distinct with maxResults fails under SQLServerHHH-15928Resolved issue: HHH-15928Marco Belladelli
- Regressions when using JoinColumnOrFormula on char[] and StringHHH-15916Resolved issue: HHH-15916Marco Belladelli
- Deprecated method QueryProducer.createNativeQuery alternative does not work for Example 556 and 557HHH-15914Resolved issue: HHH-15914Jan Schatteman
- @OneToMany relationship with @Where on child table generates wrong sqlHHH-15902Resolved issue: HHH-15902Andrea Boriero
- Criteria Query throws a NullPointerException when I use an empty predicates listHHH-15901Resolved issue: HHH-15901Marco Belladelli
- springboot 3.0.0 + hibernate 6.1.5.Final + IBM DB2 error after migrating from springboot 2.7.0 + hibernate 5.6.9.FinalHHH-15890Resolved issue: HHH-15890Marco Belladelli
- Micro optimisations of FetchParent#findFetch(Fetchable) operationsHHH-15873Resolved issue: HHH-15873Sanne Grinovero
- Hibernate validation fails when OneToMany refers to fereign key in embeddable object and is marked as nullable falseHHH-15866Resolved issue: HHH-15866Marco Belladelli
- OneToMany foreign key relation throws when id is inside nested embeddablesHHH-15865Resolved issue: HHH-15865Marco Belladelli
- OrphanRemoval does not work with embeddables when deleting entityHHH-15864Resolved issue: HHH-15864Marco Belladelli
- Fetching an entity with entity graph for an attribute of type Map fails with an assertion errorHHH-15859Resolved issue: HHH-15859Roman Garcia
- Improve CollectionInitializer and EntityDelayedFetchInitializer resolveInstance methods performance when the parent entity is initializedHHH-15854Resolved issue: HHH-15854Andrea Boriero
- Mixup of entities in refresh with BatchSizeHHH-15851Resolved issue: HHH-15851Andrea Boriero
- NullPointerException when parsing HQL query with like statement and interface is usedHHH-15850Resolved issue: HHH-15850Marco Belladelli
- Can't convert an enum that is inside an entity within an entityHHH-15842Resolved issue: HHH-15842Edward Balaj
- HibernateException: Found shared references to a collection when loading a collection from the cacheHHH-15840Resolved issue: HHH-15840Andrea Boriero
- CriteriaBuilder treat method on Path causes ClassCastExceptionHHH-15839Resolved issue: HHH-15839Andrea Boriero
- Malformed query generated when using @DiscriminatorValueHHH-15829Resolved issue: HHH-15829Marco Belladelli
- Unexpected java.lang.AssertionError when use AttributeConverterHHH-15823Resolved issue: HHH-15823Marco Belladelli
- Unexpected org.hibernate.UnknownEntityTypeException: Unable to locate persisterHHH-15822Resolved issue: HHH-15822Marco Belladelli
50 of 62