Commit Graph

17588 Commits

Author SHA1 Message Date
Christian Beikov da21ca2e80 HHH-17689 Cache SQL statement for unique key lookup 2024-01-31 16:27:19 +01:00
Andrea Boriero 28e5ef81d9 HHH-17326 deprecated lazyLoading no longer working 2024-01-31 11:57:22 +01:00
Marco Belladelli ff0b535435 HHH-17594 HHH-17665 Fix proxy narrowing for delayed subtype entities 2024-01-30 19:02:05 +01:00
Marco Belladelli 652da4205f HHH-17594 HHH-17665 Add test for issue 2024-01-30 19:02:05 +01:00
Andrea Boriero 3844a34760 HHH-17587 Setting to null a property from a @SecondaryTable and @DynamicUpdate deletes the whole entry from database 2024-01-30 19:01:25 +01:00
Andrea Boriero 74f018182e HHH-17587 Add test for issue 2024-01-30 19:01:25 +01:00
Yoann Rodière c9805f21ff HHH-17683 Reproducer for jpamodelgen generating wrong constructor for metamodel of entities whose methods contain a `static EntityManager getEntityManager()` 2024-01-30 17:29:48 +01:00
Marco Belladelli 18b1cea796 HHH-17666 Fix trunc function argument type resolver 2024-01-30 10:38:12 +01:00
Gavin King b1319ad549 HHH-17683 never look for session getters in mapped superclasses or embeddables 2024-01-30 10:20:14 +01:00
dependabot[bot] 88370906a4 Bump com.gradle.enterprise from 3.16.1 to 3.16.2
Bumps com.gradle.enterprise from 3.16.1 to 3.16.2.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:06:32 +01:00
Marco Belladelli 7a227d702d HHH-17679 Fix unnecessary table reference resolution for treat 2024-01-26 17:24:34 +01:00
Marco Belladelli 28d8ec578f HHH-17679 Add test for issue 2024-01-26 17:24:34 +01:00
Christian Beikov 122598dcc2 HHH-17681 Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility 2024-01-26 17:09:52 +01:00
Gavin King 8a39ea95c1 HHH-17677 handle literal null arguments more elegantly in StandardFunctionReturnTypeResolvers
resolves a very confusing error message
2024-01-25 18:29:42 +01:00
Andrea Boriero 56deb7d89c HHH-17668 NullPointerException when refreshing bytecode-enhanced entity from second-level cache 2024-01-25 18:24:27 +01:00
Andrea Boriero 653110939e HHH-17668 Add test for issue 2024-01-25 18:24:27 +01:00
Marco Belladelli bfa1a86fea HHH-17113 Fix joined inheritance and force discriminator pruning 2024-01-25 18:23:24 +01:00
Marco Belladelli b97cb3719d HHH-17113 Add test for issue 2024-01-25 18:23:24 +01:00
Marco Belladelli e8b5a23dd2 HHH-17629 Reuse compatible joins for entity graphs and fetch profiles 2024-01-24 18:33:14 +01:00
Marco Belladelli 3b0ec32162 HHH-17629 Add test for issue 2024-01-24 18:33:14 +01:00
Andrea Boriero f2a699bafa HHH-17674 NullPointerException thrown when loading entity previously evicted and proxied 2024-01-24 18:30:15 +01:00
Andrea Boriero e0ea066d3f HHH-17674 Add test for issue 2024-01-24 18:30:15 +01:00
Andrea Boriero 6c690f561c HHH-16960 OneToOne lazy loading fails when fetch graph is involved 2024-01-24 11:05:00 +01:00
Andrea Boriero a73bc08c78 HHH-16960 Add test for issue 2024-01-24 11:05:00 +01:00
Christian Beikov f79673d274 HHH-17670 Test and fix for NPE in FromClause#findTableGroup 2024-01-24 11:05:00 +01:00
Marco Belladelli 236e3e2228 HHH-17667 Fix pruning of root table with discriminator predicate 2024-01-23 17:49:45 +01:00
Marco Belladelli ce0217df46 HHH-17667 Add test for issue 2024-01-23 17:49:45 +01:00
Andrea Boriero 316c7af186 HHH-17420 JoinColumn throws an AnnotationException 2024-01-23 15:30:24 +01:00
Andrea Boriero aef88b134d HHH-17420 Add test for issue 2024-01-23 15:30:24 +01:00
Andrea Boriero 9201ee7109 HHH-17644 Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames 2024-01-23 15:29:41 +01:00
Andrea Boriero f33afc66bf HHH-17644 Add test for issue 2024-01-23 15:29:41 +01:00
Marco Belladelli bdb2906a94 HHH-17550 Respect default no-constraint setting 2024-01-22 18:38:48 +01:00
Marco Belladelli 641afbcf84 HHH-17550 Add test for issue 2024-01-22 18:38:48 +01:00
Marco Belladelli a060a3b9c0 HHH-17598 Allow array typed queries without result wrapping 2024-01-22 18:33:57 +01:00
dependabot[bot] e5a2b3ec0b Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 18:29:19 +01:00
Andrea Boriero 529d4915ba HHH-17634 Merging a new entity having a @GeneratedValue id should not set the generated id of the original entity 2024-01-22 18:28:39 +01:00
Andrea Boriero db47b51a30 HHH-17634 Add test for issue 2024-01-22 18:28:39 +01:00
Marco Belladelli ba5101d40b HHH-17526 Throw correct exception when reading list results 2024-01-22 15:27:53 +01:00
Marco Belladelli bb047c4fad HHH-17526 Add test for issue 2024-01-22 15:27:53 +01:00
Marco Belladelli d25b5532a9 HHH-17605 Fix native query selecting multiple of the same entity result 2024-01-22 15:27:53 +01:00
Marco Belladelli 70c8ea03bb HHH-17461 Include soft-delete column in duplication check 2024-01-22 15:27:53 +01:00
Andrea Boriero 673f03304f HHH-17653 - Error in generating schema when @Generator annotation is applied to a non id embeddable property 2024-01-22 13:03:25 +01:00
Andrea Boriero 4ba772b72d HHH-17653 Add test for issue 2024-01-22 13:03:25 +01:00
Marco Belladelli 240514986d
HHH-17643 Remove unused internal BytecodeProviderInitiator method 2024-01-22 08:51:05 +01:00
Marco Belladelli 8062350cc0
HHH-17643 Load `BytecodeProvider` as a java service
Also allow `SerializableProxy` deserialization even when no session factory is available.
2024-01-22 08:51:01 +01:00
Hibernate-CI 03aa53d5c4 Post-steps for release : `6.4.2.Final` 2024-01-18 13:42:26 +00:00
Hibernate-CI 713af21bdf Pre-steps for release : `6.4.2.Final` 2024-01-18 13:42:15 +00:00
Jan Schatteman 29346e6f19 HHH-17635 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-18 10:41:41 +01:00
Jan Schatteman d6f09d6e9d HHH-17635 - register custom user types when contributed through a service provider
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-18 10:41:41 +01:00
marko-bekhta 733b555e86 HHH-17619 Add the multitenancy filter in a stateless session 2024-01-15 12:30:30 +01:00