Konrad Kügler
a7b97f25fa
HHH-17161 Add test for issue
2024-05-27 08:51:31 +02:00
Gavin King
bbb596b23e
improve javadoc for hibernate.event.merge.entity_copy_observer
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-26 19:39:35 +02:00
Gavin King
e3cf006e76
HHH-18166 introduce hibernate.jpa.compliance.cascade
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-26 11:12:44 +02:00
Gavin King
ffab0d8026
trivial code cleanups to AbstractLazyInitializer
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-24 15:21:28 +02:00
Gavin King
ebd8619f73
HHH-18162 index creation in HibernateProcessor
...
This stores an index of entities and enum values in the
entity.index directory. This approach has some downsides
but works around some limitations of the processor API.
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-23 23:09:07 +02:00
Christian Beikov
ed2fdce0a6
HHH-15831 Support non-basic values in aggregate components
2024-05-23 19:56:29 +02:00
Vladimír Kuruc
6247dea9a6
HHH-18163 Fix for Informix foreign key on cascade delete syntax
2024-05-23 19:34:30 +02:00
Vladimír Kuruc
0c9fa65d22
HHH-18153 Checkstyle fixes
2024-05-23 19:32:28 +02:00
Vladimír Kuruc
a3f8addd51
HHH-18153 Fix for Informix unique constraints on nullness columns
2024-05-23 19:32:28 +02:00
Philippe Marschall
86d40a4f87
HHH-18109 Remove executionTime from JFR events
2024-05-23 12:47:43 +02:00
LLEFEVRE
5cdcb2c582
HHH-18157 Document 23ai new features where necessary
2024-05-23 12:46:32 +02:00
Cedomir Igaly
51f0692240
HHH-18117 Proposed solution
2024-05-23 12:42:59 +02:00
Cedomir Igaly
8792326b01
HHH-18117 Test case
2024-05-23 12:42:59 +02:00
Yanming Zhou
644a9aebbc
HHH-17909 Improve test to cover schema generated by named ordinal enum
2024-05-23 12:30:52 +02:00
Yanming Zhou
0e0ad7b6ed
HHH-18156 Fix operation is not allowed from within a pluggable database
2024-05-23 10:52:54 +02:00
Christian Beikov
d02d8d7af6
HHH-17030 Rework the initializer interactions and polish the interface design
2024-05-22 20:00:57 +02:00
Christian Beikov
3263ac4fd0
Skip test for DB2
2024-05-22 20:00:31 +02:00
Cedomir Igaly
00aad06520
HHH-18106 - Implemented Java constant field resolution for MockSessionFactory
2024-05-22 18:39:49 +02:00
Cedomir Igaly
d738e75662
HHH-18106 - Java constant field resolution moved to JpaMetamodel
2024-05-22 18:39:49 +02:00
Cedomir Igaly
8d2a0047e0
HHH-18106 - Test case
2024-05-22 18:39:49 +02:00
Cedomir Igaly
e73eb458b4
HHH-18106 - Handling source element in @WithClasses annotation
2024-05-22 18:39:49 +02:00
Cedomir Igaly
4e41ee9bcd
HHH-18106 - Duplicated methods working with Class to accept class name String
2024-05-22 18:39:49 +02:00
Cedomir Igaly
83fe6f06bc
HHH-18106 - Added source element to list Java sources from resource directory structure
2024-05-22 18:39:49 +02:00
LLEFEVRE
dc82a3c5e3
HHH-17909 Use domain type for NAMED_ENUM
2024-05-22 18:36:44 +02:00
Andrea Boriero
af269ae182
HHH-17943 - Fix for issue
2024-05-22 17:54:14 +02:00
Andrea Boriero
7ae416d6dd
HHH-17943 - Add test for issue
2024-05-22 17:54:14 +02:00
Jan Schatteman
aed5589e4d
HHH-17943 - Fix for issue
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-05-22 17:54:14 +02:00
Jan Schatteman
4c6a1b3c4e
HHH-17943 - Add test for issue
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-05-22 17:54:14 +02:00
Christian Beikov
2df10cb525
Fix some HANA related issues
2024-05-22 17:50:34 +02:00
Gavin King
2b801702f1
minor javadoc improvements to Builder stuff
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-22 16:23:03 +02:00
Marco Belladelli
2e9acf1ded
HHH-18125 Support for `type()` and `treat()` operators for Embeddables
2024-05-22 15:59:03 +02:00
dependabot[bot]
11384ab917
Bump com.gradle.develocity from 3.17.3 to 3.17.4
...
Bumps com.gradle.develocity from 3.17.3 to 3.17.4.
---
updated-dependencies:
- dependency-name: com.gradle.develocity
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 15:22:17 +02:00
Jan Schatteman
4866201bf0
HHH-17972 - Allow changing tenant identifier with restrictions when a MultiTenantConnectionProvider is in use
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-05-22 15:07:24 +02:00
Jan Schatteman
02f085e153
HHH-17972 - Allow changing tenant identifier in SharedSessionBuilder
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-05-22 15:07:24 +02:00
Christian Beikov
11d22531bb
HHH-17884 Introduce special SqlTypes constants for ordinal based enums
2024-05-22 13:58:40 +02:00
Gavin King
cd577a813b
HHH-18019 fix package present detection on ecj
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-22 12:36:23 +02:00
hugo-syn
97e2ca0d3a
chore: s/overriden/overridden
2024-05-22 11:31:48 +02:00
Gavin King
b30b510381
HHH-18149 fix for HibernateProcessor on ecj
...
A typecast which works on javac doesn't work on ecj,
but I agree that ecj is correct here.
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-22 11:27:14 +02:00
Gavin King
8ceed5ab5a
add missing covariant overrides to SharedSessionBuilder
...
cc @jrenaat
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-22 00:35:27 +02:00
Gavin King
8ea4d6a3c0
very minor whitespace fixes
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-22 00:35:27 +02:00
Jan Schatteman
522269e9a9
HHH-1661 throw when merge() applied to a definitely-removed instance
...
group effort by @jrenaat, @beikov, and myself
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-21 21:23:20 +02:00
Gavin King
cbcd26607c
use static import
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-21 21:23:20 +02:00
fmusolino
c198fcfe1c
HHH-18132 Fix minimum version check for skip locked on HANA
2024-05-21 19:29:42 +02:00
fmusolino
80219b6cd9
HHH-18132 Implement getForUpdateSkipLockedString in AbstractHANADialect
2024-05-21 19:29:42 +02:00
fmusolino
41c12ea342
HHH-18132 Add a space to the skip locked string
2024-05-21 19:29:42 +02:00
fmusolino
a53d4317a3
HHH-18132 Add support for skip locked for HANA.
2024-05-21 19:29:42 +02:00
Yanming Zhou
0d35d9d5b1
HHH-18073 `BasicCollectionJavaType::wrap` should retain order of `Set` to keep consistent with `deepCopy`
2024-05-21 18:24:12 +02:00
Christian Beikov
a7efb5c9eb
HHH-17738 : Add support for Oracle database AI Vector Search
2024-05-21 17:26:56 +02:00
Hassan AL Meftah
60b0a63629
HHH-17738 : Add support for Oracle database AI Vector Search
2024-05-21 17:13:57 +02:00
Gavin King
4791b41cf5
HHH-16531 be more forgiving in handling of integral types in schema validation/update
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-21 15:43:50 +02:00