Commit Graph

17227 Commits

Author SHA1 Message Date
Christian Beikov fab44d325d HHH-17411 Fix fetch join on treated join leads to not cause owner not selected error 2023-11-13 20:24:06 +01:00
Christian Beikov b89ef5dd04 HHH-17102 Fix @SqlResultSetMapping issue for joined inheritance entity result 2023-11-10 20:12:57 +01:00
Christian Beikov 0ff7325e37 HHH-17412 Special case SqmExpression passed as criteria value to help with surprising javac compiler choices 2023-11-10 12:32:08 +01:00
The-Huginn 633412097f [HHH-17294] DeepCopy non-Embedded JSON or XML JdbcTypCode attribute using FormatMapper 2023-11-09 19:37:53 +01:00
Leandro Taveras 0e54e84255 [HHH-17294] Test verifying issue where Entity is not marked as dirty if one of its JSON children is modified 2023-11-09 19:37:53 +01:00
Marco Belladelli b4dabaeadd HHH-17299 Avoid unneeded treats to the same subtype 2023-11-08 22:26:45 +01:00
Marco Belladelli 1ddf519b76 HHH-17299 Add test for issue 2023-11-08 22:26:45 +01:00
Jan Schatteman ef55770286 HHH-17367 - Add links to the tutorial's example source code
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-11-07 16:28:21 +01:00
Christian Beikov a2f840b439 HHH-17383 Association is null in lazy initialized element collection 2023-11-06 17:59:56 +01:00
dependabot[bot] d9369c7dd6 Bump com.gradle.common-custom-user-data-gradle-plugin
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.11.3 to 1.12.

---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 16:14:24 +01:00
Christian Beikov 08fc9ea054 HHH-17386 Fix type inference source reset for top level predicates 2023-11-06 16:10:28 +01:00
Christian Beikov 83d9a2eef1 HHH-16843 Migration guide entry 2023-11-06 11:33:56 +01:00
Yoann Rodière a33dec6f39 HHH-17157 More guidance in the migration guide for hibernate-jpamodelgen changes 2023-11-02 21:54:46 +01:00
Marco Belladelli d2f0e05126 HHH-17329 Resolve state for query cache for initialized proxies 2023-10-25 10:52:44 +02:00
Marco Belladelli 6c28f9edc1 HHH-17329 Add test for issue 2023-10-25 10:52:44 +02:00
Christian Beikov 75744568e5 HHH-17351 Add missing basic type registration after changing preferred jdbc type 2023-10-24 13:56:54 +02:00
Marco Belladelli eaf2155033 HHH-17332 Handle anonymous tuples when resolving mapping expressible 2023-10-23 14:49:53 +02:00
Marco Belladelli 19b677ab31 HHH-17332 Add test for issue 2023-10-23 14:49:53 +02:00
Marco Belladelli 54c5f3acc3 HHH-17283 Correct tuple length for subqueries and attribute joins 2023-10-20 14:26:59 +02:00
Marco Belladelli 9b18916682 HHH-17283 Add test for issue 2023-10-20 14:26:59 +02:00
Marco Belladelli 4a0faf77ef
HHH-17285 Fix support for dot-separated map key paths 2023-10-17 16:51:47 +02:00
Marco Belladelli d7761cf0d2
HHH-17285 Add test for issue 2023-10-17 16:51:46 +02:00
Davide D'Alto fa9bdac794 HHH-17281 Make EntityUpdateAction#handleDeleted protected 2023-10-17 16:03:38 +02:00
Christian Beikov 68afa5607f HHH-16595 Optimize away nested table group joins when possible 2023-10-17 09:00:47 +02:00
Christian Beikov 0179750a69 HHH-17323 Add annotation processor for tests explicitly 2023-10-16 12:52:33 +02:00
Christian Beikov e2b82a7d32 Fix Oracle 11 test failure 2023-10-16 09:44:08 +02:00
Christian Beikov 743cf1326d Update checker and adapt memory configuration 2023-10-13 16:49:43 +02:00
Christian Beikov ace17bfeb4 Fix HANA test failures 2023-10-13 14:25:33 +02:00
LLEFEVRE 74703280d2 HHH-17315 Reduce Oracle database user privileges to avoid cross schemas clashes 2023-10-13 14:24:57 +02:00
The-Huginn 73b6b0f688 [HHH-17288] Reference primary key only if all properties match 2023-10-13 13:05:43 +02:00
The-Huginn 2f2d7833eb [HHH-17288] Create test with OneToOne relation 2023-10-13 13:05:43 +02:00
Christian Beikov d3bb240090 Fix Oracle 11 issues with aliases and disable FollowOnLockingTest on that version 2023-10-12 11:41:55 +02:00
Steve Ebersole 9fd2fcfc05 HHH-17157 - Some improvements to the metamodel generator documentation
(cherry picked from commit da522846d8)
2023-10-11 12:23:00 -05:00
Andrea Boriero 4ee3e400a4 HHH-16486 StandardTemporaryTableExporter generates queries with the wrong parameter marker 2023-10-11 19:11:32 +02:00
Andrea Boriero bc00a8df20 HHH-16486 Add test for issue 2023-10-11 19:11:32 +02:00
Andrea Boriero 55a0f34184 HHH-17262 JdbcTypeRecommendationException when using <mapping-file> of persistence.xml file when using <mapping-file> of persistence.xml file 2023-10-11 19:11:20 +02:00
Andrea Boriero 4b8c670be0 HHH-17262 Add test for issue 2023-10-11 19:11:20 +02:00
Christian Beikov e9cba68297 Fix branch configuration for GitHub Actions workflow 2023-10-11 19:04:20 +02:00
Marco Belladelli b115ab7f42 HHH-17225 Always use target table column for right / full joins 2023-10-11 19:03:04 +02:00
Marco Belladelli 33d4f3adf4 HHH-17225 Add test for issue 2023-10-11 19:03:04 +02:00
Marco Belladelli 9b18c6e6cc HHH-17208 Implement support for @Any discriminator and key selection 2023-10-11 19:03:04 +02:00
Marco Belladelli 867e93b0c8 HHH-17208 Add test for issue 2023-10-11 19:03:04 +02:00
Marco Belladelli 41103a60b9 HHH-17211 Complete AnyValuedResult fetches initialization 2023-10-11 19:03:04 +02:00
Marco Belladelli 5331500bb2 HHH-17211 Add test for issue 2023-10-11 19:03:04 +02:00
Marco Belladelli 7dd824a87e HHH-17193 Introduce `Fetch#asFetchParent()` to avoid instanceof checks 2023-10-11 19:03:04 +02:00
Marco Belladelli bc0afec791 HHH-17193 Create id initializers when containing nested collections 2023-10-11 19:03:04 +02:00
Marco Belladelli 02706c7037 HHH-17193 Add test for issue 2023-10-11 19:03:04 +02:00
Andrea Boriero 00cb360756 HHH-17290 Embeddable with a primitive field cannot be set to null 2023-10-11 18:56:27 +02:00
Andrea Boriero 3f4f5bec55 HHH-17290 Add test for issue 2023-10-11 18:56:27 +02:00
Christian Beikov dadfcb15ca Add build option for configuring maven central mirror 2023-10-11 15:38:56 +02:00