marko-bekhta
045053ff8a
HHH-17030 Followup: move schema check to launcher listener
2024-05-31 15:22:00 +02:00
Marco Belladelli
86a2b19b77
Add missing newline
2024-05-31 13:46:22 +02:00
Marco Belladelli
068b9d9cdd
Mark org.hibernate.generator.values as `@Incubating`
2024-05-31 12:54:42 +02:00
Gavin King
407e57d442
HHH-18205 respect property-configured naming strategies in Configuration
...
and make the state model more transparent
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-31 01:53:49 +02:00
Steve Ebersole
caa0ae845d
Upgrade XJC plugin to address branch-switch issues
2024-05-30 12:53:08 -05:00
Steve Ebersole
88ec2fe38b
Fix extended test SourceSets for hibernate-processor
2024-05-30 07:24:29 -05:00
Gavin King
9ac37a19c0
HHH-18179 incorrect warning issued for mappedBy with property access
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-29 17:57:20 +02:00
Matej Pucihar
08d0d78147
HHH-18151 Fix lazy loading with generics and inheritance
2024-05-29 09:04:58 +02:00
Matej Pucihar
26c0054753
HHH-18151 Add test for issue
...
Co-authored-by: Marco Belladelli <marcobladel@gmail.com>
2024-05-29 09:04:58 +02:00
Matej Pucihar
81d700c382
HHH-18138 entity graphs must respect concrete generic attribute
...
Co-authored-by: Marco Belladelli <marcobladel@gmail.com>
2024-05-29 09:04:08 +02:00
Matej Pucihar
7ef0680601
HHH-18138 Add test for issue
2024-05-29 09:04:08 +02:00
Gavin King
4dad4746a8
HHH-18176 enable an older test on Oracle
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-28 22:25:16 +02:00
Gavin King
8c78c44bda
HHH-18176 upsert() with @Version-ed entity on Oracle
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-28 21:32:13 +02:00
Gavin King
e21a590e7d
HHH-18175 StatelessSession not incrementing @Version for entities with IDENTITY id generation
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-28 19:01:35 +02:00
Marco Pelagatti
d33ed62b21
HHH-18170 Subquery randomly generating wrong SQL due to duplicate alias
2024-05-28 11:22:04 +02:00
Dmitry Kryukov
00cbec14a6
HHH-18107 fixed package name
2024-05-27 17:25:52 +02:00
Philippe Marschall
ba149a1cdc
HHH-18111 Call EventManager for stored procedures
2024-05-27 16:24:32 +02:00
Marco Belladelli
07bfe6ad73
HHH-17925 Allow mapping join column on single attribute of composite id
2024-05-27 16:22:15 +02:00
Marco Belladelli
8557c5cd84
HHH-17925 Add test for issue
2024-05-27 16:22:15 +02:00
Marco Belladelli
758a660bca
HHH-18007 Use correct expressible when checking query result type
2024-05-27 16:17:54 +02:00
marko-bekhta
e036509487
HHH-18007 Add a testcase for the issue
2024-05-27 16:17:54 +02:00
Christian Beikov
47b63e51b9
HHH-18168 Use count(*) instead of count(1) for size() translation
2024-05-27 15:56:39 +02:00
Yanming Zhou
11da1ec25a
Introduce AbstractNamedEnumTest
2024-05-27 15:22:19 +02:00
LLEFEVRE
0705ffd3b1
HHH-18173 Document Oracle Universal Connection Pool
2024-05-27 14:52:36 +02:00
Guenther Demetz
53398df5f3
HHH-16557 Testcase and bugfix proposal (revised by beikov)
2024-05-27 14:36:06 +02:00
Christian Beikov
f9f540b848
Fix HANA nightly build script issue
2024-05-27 14:23:42 +02:00
Christian Beikov
fcc7216911
HHH-18027 Clear expansions NonSelectQueryPlan.executeUpdate call
2024-05-27 14:22:49 +02:00
Yanming Zhou
e8d396ccbd
HHH-18027 Test mutation query reuse with parameter list expansions
2024-05-27 14:22:49 +02:00
Gavin King
3ba2958e5d
extract two methods / code style
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-27 11:15:18 +02:00
Yanming Zhou
9d015ac7ea
HHH-18164 Make @IdGeneratorType respect BeanContainer
2024-05-27 09:49:48 +02:00
Gavin King
a33b340778
fix a comment
...
for some reason my fingers always make this mistake
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-27 09:34:47 +02:00
Marco Belladelli
3226679898
HHH-17161 Align `StandardTableGroup` table reference join name checks
2024-05-27 08:51:31 +02:00
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