Yoann Rodière
b5221e2ec6
HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
...
This method allows custom contexts to pick the behavior they want when
a class contains getters/setters that do not have a matching field,
making enhancement impossible.
Three behaviors are available:
* SKIP (the default), which will skip enhancement of such classes.
* FAIL, which will throw an exception upon encountering such classes.
* LEGACY, which will restore the pre-HHH-16572 behavior.
I do not think LEGACY is useful at the moment, but I wanted to have
that option in case it turns out HHH-16572 does more harm than good in
Quarkus 3.15.
2024-11-13 11:47:34 +01:00
Gavin King
eb6cb31fdf
add some javadoc to KeyedResultList, Order, Page
2024-11-13 11:45:51 +01:00
Gavin King
65b9b43756
add Order.reversedIf() and ignoringCaseIf() to simplify generated code
2024-11-13 09:29:27 +01:00
Gavin King
83f7af31f3
cleanups to SqmUtil
2024-11-13 09:29:27 +01:00
Marco Belladelli
8a0dab9071
HHH-18647 Fix insert values check for table group joins
2024-11-12 16:22:59 +01:00
Marco Belladelli
91b18622d5
HHH-18647 Add test for issue
2024-11-12 16:22:59 +01:00
Marco Belladelli
0f8087209d
HHH-18816 FK rendering: check parent query specs for group by / order by
2024-11-12 16:22:33 +01:00
Marco Belladelli
3bac078b66
HHH-18816 Add test for issue
2024-11-12 16:22:33 +01:00
Steve Ebersole
2a9f4c41a8
HHH-18828 - Migrate to hisrc-basicjaxb for xjc plugins
2024-11-12 06:58:53 -06:00
Christian Beikov
839793e543
HHH-16159 Fix some JSON related issues that came up
2024-11-12 12:35:40 +01:00
Christian Beikov
4a07b5ed1d
HHH-18798 Add JSON aggregate support for SQL Server
2024-11-12 12:35:40 +01:00
Christian Beikov
d973dcc060
HHH-18797 Add JSON aggregate support for HANA
2024-11-12 12:35:40 +01:00
Christian Beikov
4d6f9baa93
HHH-18796 Add JSON aggregate support for DB2
2024-11-12 12:35:40 +01:00
Christian Beikov
26a8a693cc
HHH-18795 Add JSON aggregate support for CockroachDB
2024-11-12 12:35:40 +01:00
Christian Beikov
243306d12e
HHH-18794 Add JSON aggregate support for MariaDB
2024-11-12 12:35:40 +01:00
Christian Beikov
1f5f778358
HHH-18793 Add JSON aggregate support for MySQL
2024-11-12 12:35:40 +01:00
Gavin King
9facfbf2e9
HHH-18840 validate collection mapping annotations
2024-11-12 00:25:46 +01:00
Gavin King
192058f2f6
HHH-18840 validate collection mapping annotations
...
and fix tests which had ignored such annotations
2024-11-12 00:25:46 +01:00
Gavin King
ec4310a6de
HHH-18843 remove deprecated @OrderBy
2024-11-11 19:16:48 +01:00
Gavin King
f7a8144e3c
code cleanups to Binders
2024-11-11 18:08:35 +01:00
Gavin King
f1760ce6a2
HHH-18830 fallout from fix
...
improve handling of @MapKey and add tests
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-11 18:08:35 +01:00
Gavin King
4bd5223e6c
use switch expression in ColumnDefinitions
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-11 10:54:36 +01:00
Gavin King
5253875b41
Revert "'number' is a keyword on Oracle"
...
Unnecessary, since it isaregistered from JDBC metadata.
This reverts commit d9a807f237
.
2024-11-10 09:25:33 +01:00
Gavin King
29224ed148
remove wrong keyword list from DB2Dialect
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 09:25:33 +01:00
Gavin King
d9a807f237
'number' is a keyword on Oracle
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 01:16:58 +01:00
Gavin King
fd0c1ba565
cleanups to OneToManyPersister
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 01:16:58 +01:00
Gavin King
cdaee09fba
add a useful operation to ArrayHelper
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 01:16:58 +01:00
Gavin King
c86f151b7f
cleanups to AbstractCollectionPersister
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 01:16:58 +01:00
Gavin King
afa373f7c3
HHH-18830 fix tests
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 01:16:58 +01:00
Gavin King
9e5bd35cbb
HHH-18830 fix extraneous updates for unowned List with @OrderColumn
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 01:16:58 +01:00
Gavin King
0aa04eeecf
use @linkplain
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 01:16:58 +01:00
Gavin King
38355ccfc8
HHH-18830 test demonstrating bug in @OrderColumn
...
and that it doesn't exist with @OrderBy
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-10 01:16:58 +01:00
Gavin King
5adca84c43
use switch expressions
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-09 15:11:16 +01:00
Gavin King
5827a4fa41
replace log message with error
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-09 15:11:16 +01:00
Gavin King
cb38afc773
move away from magical unsaved-value strings
...
introduce NullValueSemantic
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-09 15:11:16 +01:00
Gavin King
529cb279d0
cleanups in UnsavedValueFactory
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-09 15:11:16 +01:00
Gavin King
30232c2b1a
more info in javadoc of some generator annotations
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-09 09:17:02 +01:00
Nathan Xu
019cbf5ed9
improve some JDBC related Javadocs ( #9195 )
...
improve some JDBC related Javadocs
Co-authored-by: nathan.xu <nathan.xu@procor.com>
2024-11-08 12:27:35 +01:00
Gavin King
b33890b38b
minor code cleanups to StringHelper
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-08 10:12:20 +01:00
Scott Marlow
356ea205ff
HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field and method names
...
Signed-off-by: Scott Marlow <smarlow@redhat.com>
2024-11-07 09:31:26 -07:00
Gavin King
14e0f12654
deal with more casts
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-07 15:22:46 +01:00
nathan.xu
dd036023cf
correct variable naming defects in SqmTranslatorFactory and StandardSqmTranslatorFactory
2024-11-07 11:13:37 +01:00
Christian Beikov
89554833b0
HHH-18703 Use natural order table numbers for subclass column closure
2024-11-07 10:38:48 +01:00
Vincent Bouthinon
176b6647f7
HHH-18703 : The JoinedSubclassEntityPersister#getTableNameForColumn method does not return the correct table in the JOINED inheritance strategy.
...
Cause: one uses a sorted set of tables, the other does not.
2024-11-07 10:38:48 +01:00
Gavin King
c698b8a056
clarify that @Generated does not always require a separate select statement
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-07 09:27:44 +01:00
nathan.xu
2eeb6153ff
HHH-18754 improve HQLParser's error listener usage in StandardHqlTranslator
2024-11-06 21:36:28 -06:00
Steve Ebersole
2ea226999d
HHH-18728 - Allow mixed discriminator-value mappings for ANY
...
HHH-18729 - Allow custom strategy for implicit discriminator-value determination for ANY
2024-11-06 20:05:36 -07:00
Gavin King
7fda1e0ebd
some minor cleanups
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-11-07 01:24:09 +01:00
Andrea Boriero
de6aa69fb0
HHH-18633 Split Jandex-based scanning into new module/artifact
2024-11-06 09:26:50 -07:00
Andrea Boriero
5280e15ba0
HHH-18522 Drop hard requirements on Jandex
2024-11-06 09:26:49 -07:00