Marco Belladelli
6189ecb098
HHH-16195 Add test for issue
2023-03-01 13:24:26 +01:00
Davide D'Alto
79c03e784c
HHH-16242 Change scopes in AbstractEntityInitializer
...
and add getters/setters.
Hibernate Reactive needs custom initializers
2023-03-01 13:11:45 +01:00
Andrea Boriero
353d24c7a2
HHH-16230 Wrong data in self-reference using L2C and BatchSize
2023-03-01 11:10:09 +01:00
Andrea Boriero
ced18509de
HHH-16230 Add test for issue
2023-03-01 11:10:09 +01:00
Georgios Andrianakis
fc5ae12d61
Allow access to fields of MutationExecutorPostInsert
...
This is useful for implementing the reactive version of the class
2023-03-01 10:40:00 +01:00
Yoann Rodière
8118ce2646
Document the new default of hibernate.timezone.default_storage in the migration guide
...
Co-authored-by: Christian Beikov <christian.beikov@gmail.com>
2023-03-01 08:02:25 +01:00
Marco Belladelli
c2ec272ef1
HHH-16130 Add javadoc for dateTrunc
2023-02-28 18:00:52 +01:00
Marco Belladelli
a100dfceda
HHH-16130 New dateTrunc criteria function
2023-02-28 18:00:52 +01:00
Sanne Grinovero
e170eb33d1
HHH-16228 Dialect instance might be wrapped when doing instanceof checks for capabilities
...
To properly support the idea of wrapping the Dialect, we need
to take this into account whenever an `instanceof` is used
to check for Dialect capabilities.
Also some code is casting to the expected Dialect.
2023-02-27 22:52:43 +00:00
Barry LaFond
2177b32983
method access changes for reactive overrides in AbstractEntityPersister
2023-02-27 20:34:25 +01:00
Andrea Boriero
08e1aae49f
HHH-16009 jakarta @OrderBy annotation generates a non-transformed column name in the SQL query for a composite key's field
2023-02-27 17:04:12 +01:00
Andrea Boriero
647fe3d5fa
HHH-16009 Code refactoring
2023-02-27 17:04:12 +01:00
Andrea Boriero
ffd9c9b0f6
HHH-16009 Add test for issue
2023-02-27 17:04:12 +01:00
Marco Belladelli
546d145d88
HHH-16185 Custom trunc/truncate implementation that handles both numeric and datetimes
2023-02-27 17:02:30 +01:00
Marco Belladelli
821e31b481
HHH-16185 Implement portable date_trunc function emulation and tests
2023-02-27 17:02:29 +01:00
dependabot[bot]
3864b71696
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 16:31:36 +01:00
Georgios Andrianakis
d922b60a74
Fix logging in AbstractCollectionInitializer
...
The previous version of the code lead to misleading
log statements being printed when debug logging
was enabled for 'org.hibernate.orm.results.loading.collection'
2023-02-27 14:11:31 +01:00
Andrea Boriero
20212c217c
HHH-16202 @OrderBy not applied to collections when @Fetch(value = FetchMode.SUBSELECT)
2023-02-27 14:10:41 +01:00
Andrea Boriero
3683391030
HHH-16202 Add test for issue
2023-02-27 14:10:41 +01:00
shin-mallang
24ec517b7c
HHH-16233 Fix logs for mutable non-root entity
2023-02-27 13:36:58 +01:00
Yoann Rodière
7bafc3c6e0
HHH-16177 Test catalog/schema creation/dropping in DefaultCatalogAndSchemaTest
2023-02-27 12:58:27 +01:00
Yoann Rodière
750a663de4
HHH-16177 Take into account the default catalog/schema when creating/dropping catalogs/schemas
2023-02-27 12:58:21 +01:00
Sanne Grinovero
47f13f0cdb
HHH-16228 Allow Dialect wrapper to expose the wrapped instance
2023-02-24 22:04:29 +00:00
Sanne Grinovero
2ab68f2164
HHH-16228 Avoid delegating protected methods using during construction
2023-02-24 19:37:28 +00:00
Steve Ebersole
9d833671bb
HHH-16227 - Introduce SqmMultiTableMutationStrategyProvider
2023-02-24 09:52:58 -06:00
Sanne Grinovero
3f2e24c3dd
HHH-16228 Introduce a Dialect wrapper base class
2023-02-24 13:50:58 +00:00
Steve Ebersole
a36f6aa736
HHH-16226 - Introduce JdbcValuesMappingProducerProvider
2023-02-24 07:35:26 -06:00
Jan Schatteman
88ed4fdb91
Fix broken doc link in native.adoc
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-02-23 16:49:42 +01:00
Sanne Grinovero
02da5a81a8
HHH-16222 Improve warning triggered when the PostgreSQL JDBC driver is not accessible
2023-02-23 14:57:11 +00:00
Sanne Grinovero
bce328cb29
HHH-16221 Improve extensibility of CockroachDB and PostgreSQL dialects
2023-02-23 14:57:11 +00:00
Andrea Boriero
56470f4f7c
HHH-16175 Fix sybase test failure
2023-02-23 09:09:03 +01:00
Davide D'Alto
16153adde9
HHH-16220 Add MutationExecutorStandard#getNonBatchedStatementGroup
...
For Hibernate Reactive
2023-02-23 07:40:39 +00:00
Sanne Grinovero
ac9f47ae43
HHH-16214 Use a more efficient Map implementation in SqmFunctionRegistry
2023-02-21 19:40:29 +00:00
Steve Ebersole
dd5a8c97af
Fixed up some SessionFactory-related deprecation warnings
2023-02-21 09:01:21 -06:00
Andrea Boriero
6d69318aae
AssertionError in StandardEntityGraphTraversalStateImpl.traverse when using entity graph
2023-02-21 09:13:08 +01:00
Yoann Rodière
d0c07bdf89
HHH-16175 Test entity graphs when including either all attributes or no attributes
2023-02-21 09:13:08 +01:00
Gavin
3438d1c966
fix mistake in Oracle timestamp rendering
...
we need to include the time zone
2023-02-21 08:26:26 +01:00
Gavin King
7ab02c3e5f
add tests for casts to/from OffsetDateTime
2023-02-21 08:26:26 +01:00
Andrea Boriero
998bae5791
HHH-16119 Fix test typo
2023-02-20 14:38:40 +01:00
Andrea Boriero
fb901051ca
HHH-16184 Two queries are execute to initialize empty collections
2023-02-20 14:25:21 +01:00
Andrea Boriero
66ef965320
HHH-16184 Add test for issue
2023-02-20 14:25:14 +01:00
Sanne Grinovero
965cb5ecbe
HHH-16200 Upgrade to Narayana 6.0.0.Final and matching jboss-transaction-spi 8.0.0.Final
2023-02-20 09:19:27 +00:00
Georgios Andrianakis
6b2281d0ba
Apply changes needed for support of @ValueGenerationType in Hibernate Reactive
2023-02-20 09:33:37 +01:00
Marco Belladelli
7e83dba91f
HHH-16155 Disable batching when generated properties are found
2023-02-20 09:32:13 +01:00
Marco Belladelli
ad6dce7e89
HHH-16155 Add test for issue
2023-02-20 09:32:13 +01:00
Sanne Grinovero
0b0799d567
HHH-16194 Failure to automatically integrate with Bean Validation is excessively noisy
2023-02-17 16:51:10 +00:00
Steve Ebersole
fd649a9b4e
Misc
2023-02-16 21:02:02 -06:00
Sanne Grinovero
f16a28b95a
HHH-16190 Update the GraalVM module to match the reflective needs of StandardStack
2023-02-16 20:53:29 +00:00
Christian Beikov
f2deb8f58e
HHH-14514 Fix auto eviction of collection cache
2023-02-16 09:09:57 +01:00
Jan Schatteman
2c55a1feb1
HHH-16082 - Correction to the epoch extraction for DB2
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-02-16 09:09:56 +01:00