19995 Commits

Author SHA1 Message Date
Gavin King
78cd996037 fix @DialectOverrides.SQLRestrictions
and add a test
2024-11-29 06:23:15 +01:00
Gavin King
d60aa27e7c HHH-18810 expose impliedJavaType of BasicValue 2024-11-28 19:45:39 +01:00
Gavin King
79aa178047 HHH-16516 rework CamelCaseToUnderscoresNamingStrategy and handle quoted identifiers 2024-11-28 14:36:32 +01:00
Andrea Boriero
b6ee7918e7 HHH-18069 NullPointerException when unioning partition results 2024-11-28 10:37:40 +01:00
Andrea Boriero
9ed11194a2 HHH-18069 - Add test 2024-11-28 10:37:40 +01:00
Jan Schatteman
7ca9d0aeed HHH-18069 - Add test
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-11-28 10:37:40 +01:00
Marco Belladelli
d723ff01d8 HHH-18872 Resolve concrete entity name when initializing lazy to-ones 2024-11-28 09:36:25 +01:00
Marco Belladelli
3cfa7c7b00 HHH-18872 Rename and cleanup test 2024-11-28 09:36:25 +01:00
gtoison
107e426f0f HHH-18872 Test reproducing the issue 2024-11-28 09:36:25 +01:00
Gavin King
1287d93a5b HHH-15102 allow -- style comments in native SQL query 2024-11-27 22:35:32 +00:00
Sanne Grinovero
39f5946bd3 HHH-18875 Remove the related GraalVM reflective registrations 2024-11-27 21:22:07 +00:00
Sanne Grinovero
3d0545e2a8 HHH-18875 Avoid using the deprecated constructors of StandardStack 2024-11-27 21:22:07 +00:00
Sanne Grinovero
76b31050f1 HHH-18875 Avoid need for refletive registrations triggered by StandardStack's custom implementation 2024-11-27 21:22:07 +00:00
Gavin King
61d0a81231 two minor changes 2024-11-27 18:47:42 +00:00
Gavin King
f9d2e8e974 HHH-18883 fix for TransientObjectException 2024-11-27 18:47:42 +00:00
Davide D'Alto
1fe23ae2ed HHH-18854 - Changes for Hibernate Reactive 3.0 integration 2024-11-27 09:20:30 -06:00
Andrea Boriero
49886d1fd5 HHH-18610 SQLGrammarException: Unable to find column position by name: TYPE when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL 2024-11-27 15:46:44 +01:00
Andrea Boriero
cd47e91900 HHH-18610 Add test for issue 2024-11-27 15:46:44 +01:00
Čedomir Igaly
8b517c50f3 HHH-18881 Implement fromEncodedString as inverse of appendEncodedString 2024-11-27 14:36:51 +01:00
Čedomir Igaly
a93e8e6e20 HHH-18881 Modified test case from Jira issue 2024-11-27 14:36:51 +01:00
Gavin King
26bbaac090 HHH-12866 test showing problem is fixed
original author of test was @jedichenbin
2024-11-27 08:22:53 +00:00
Steve Ebersole
7632220f3d HHH-18861 - Improve GitHub release announcement body for automated releases 2024-11-26 16:37:54 -06:00
Marco Belladelli
672922b526
Fix some unused imports causing spotless check failures 2024-11-26 18:45:31 +01:00
Andrea Boriero
26bcbb2e50 HHH-18323 Add test for issue 2024-11-26 14:09:42 +01:00
Gavin King
52c80afd0f use isBlank() instead of isEmpty() to better handle blank annotation values
especially blank column names
2024-11-25 23:39:34 +00:00
Gavin King
5383c81d18 fix capitalization in a title 2024-11-25 23:39:34 +00:00
Gavin King
bd33665cc7 some minor cleanups in InFlightMetadataCollectorImpl 2024-11-25 23:39:34 +00:00
Gavin King
16141487d5 HHH-14519 improve error message
fix by @karge-itestra Tassilo Karge
2024-11-25 23:39:34 +00:00
Marco Belladelli
ceb7e565fe
HHH-18799 Temporarily skip XML embeddable tests on Oracle 23+ 2024-11-25 12:21:44 +01:00
Gavin King
0bb48c196c fix capitalization in a title 2024-11-24 22:52:09 +01:00
Gavin King
53922d31b3 HHH-15228 test showing round() works with BigDecimal 2024-11-24 22:52:09 +01:00
Gavin King
030e1fdc25 simplify code examples by using conveniences of HibernatePersistenceConfiguration 2024-11-24 11:22:06 +01:00
Gavin King
438b9bdc85 add an API note to HibernatePersistenceConfiguration 2024-11-24 11:22:06 +01:00
Gavin King
55993576e4 add two more convenience operations to HibernatePersistenceConfiguration 2024-11-24 11:22:06 +01:00
Gavin King
204f53d3ba unbreak Configuration.mergeProperties()
I broke this two years ago, but nobody ever noticed since it has no callers
2024-11-24 11:22:06 +01:00
Gavin
b8ed5ad185 add some typesafe + varargs operations to Configuration
to improve getting started experience
2024-11-24 11:22:06 +01:00
Gavin King
10935e1c33 javadoc improvements 2024-11-23 22:47:21 +01:00
Gavin King
ddeaffc917 light refactoring of EventEngine and CallbacksFactory 2024-11-23 22:47:21 +01:00
Gavin King
9442f4da19 HHH-12997,HHH-9897 throw meaningful error for @JoinFomula with @OneToMany 2024-11-23 22:01:52 +01:00
Gavin King
8a21303789 add some 'final' annotations 2024-11-23 17:31:16 +01:00
Gavin King
6dd5c3f2b7 HHH-14416 tolerate the user mangling the id of a removed object
particularly in the case where this occurred as a result of identifier rollback
2024-11-23 17:31:16 +01:00
KARGET
5675cbbb66 HHH-14416 re-persisting removed child entities 2024-11-23 17:31:16 +01:00
Gavin King
89fee1cf42 add CAUTION to doc 2024-11-23 17:30:22 +01:00
Gavin King
a294048dd1 HHH-14119 test showing parameter padding works with criteria literals 2024-11-23 14:52:06 +01:00
Gavin King
cdf88f6a31 talk about events and about EntityListeners in the intro doc 2024-11-23 14:52:06 +01:00
Gavin King
cacd1a7ecc HHH-14119 test showing parameter padding works with criteria literals 2024-11-23 11:11:17 +01:00
Gavin King
11139c288a HHH-13969 query the page size on Sybase ASE 2024-11-23 08:33:27 +01:00
Steve Ebersole
b36641f60d prep 7.0.0.Beta3 2024-11-22 19:51:37 -06:00
Marco Belladelli
ffd40cdaf2 HHH-18583 Include identifier cols in persister's shared column names 2024-11-22 19:40:10 -06:00
Marco Belladelli
fc33ed82f7 HHH-18583 Add test for issue 2024-11-22 19:40:10 -06:00