1993 Commits

Author SHA1 Message Date
Christian Beikov
5b69d751f5 HHH-17355 Support double-pipe operator for array concatenation 2023-11-06 18:01:04 +01:00
Christian Beikov
bfb9fcc0f6 HHH-17355 Unify array_contains and array_contains_all as well as deprecate FunctionRenderingSupport in favor of new FunctionRenderer contract 2023-11-06 18:01:04 +01:00
Christian Beikov
5506714611 HHH-17355 Rename array_contains_any to array_overlaps 2023-11-06 18:01:04 +01:00
Steve Ebersole
3c2db8f78d HHH-17164 - Proper, first-class soft-delete support
HHH-17311 - Reversed soft delete support

https://hibernate.atlassian.net/browse/HHH-17164
https://hibernate.atlassian.net/browse/HHH-17311
2023-10-26 10:37:37 -05:00
Jan Schatteman
c847036131 HHH-17162 - Add a note on the bulk mutation strategies to the user guide
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-25 18:57:35 -05:00
Steve Ebersole
5b49d5efba HHH-17164 - Proper, first-class soft-delete support
HHH-17311 - Reversed soft delete support

https://hibernate.atlassian.net/browse/HHH-17164
https://hibernate.atlassian.net/browse/HHH-17311
2023-10-25 15:30:54 -05:00
Christian Beikov
ae3c88ab66 HHH-17335 Add array_prepend and array_append functions 2023-10-25 18:58:44 +02:00
Christian Beikov
24fa18f954 HHH-17335 Add array_replace function 2023-10-25 18:58:44 +02:00
Christian Beikov
937116ed8a HHH-17335 Add array_slice function 2023-10-25 18:58:44 +02:00
Christian Beikov
950423e7dd HHH-17335 Add array_remove_index function 2023-10-25 18:58:44 +02:00
Christian Beikov
865365e6ec HHH-17335 Add array_remove function 2023-10-25 18:58:44 +02:00
Christian Beikov
b8b8a874fd HHH-17335 Add array_set function 2023-10-25 18:58:44 +02:00
Christian Beikov
8c4ed1ef48 HHH-17335 Add array_get function 2023-10-25 18:58:44 +02:00
Christian Beikov
d5404fdd49 HHH-17335 Add array_contains quantified functions 2023-10-25 18:58:44 +02:00
Christian Beikov
d46fcf1abe HHH-17335 Add array_concat function 2023-10-25 18:58:44 +02:00
Christian Beikov
36b7374ba8 HHH-17335 Add array_length function 2023-10-25 18:58:44 +02:00
Christian Beikov
7f10a48469 HHH-17335 Add array_position function 2023-10-25 18:58:44 +02:00
Christian Beikov
65fb449776 HHH-17335 Add array_contains function 2023-10-25 18:58:44 +02:00
Steve Ebersole
348217c899 HHH-17164 - Proper, first-class soft-delete support
HHH-17311 - Reversed soft delete support

https://hibernate.atlassian.net/browse/HHH-17164
https://hibernate.atlassian.net/browse/HHH-17311
2023-10-18 12:06:48 -05:00
Steve Ebersole
51f2f4f75d HHH-17164 - Proper, first-class soft-delete support
HHH-17311 - Reversed soft delete support

https://hibernate.atlassian.net/browse/HHH-17164
https://hibernate.atlassian.net/browse/HHH-17311
2023-10-18 12:06:48 -05:00
Steve Ebersole
da522846d8 HHH-17157 - Some improvements to the metamodel generator documentation 2023-10-11 12:20:36 -05:00
The-Huginn
b431029bff [HHH-17065] Unique Index on PrimaryKey orders primary key columns. 2023-10-11 16:45:57 +02:00
Albert Huzejrovic
baa4141261 HHH-17304 Fix typos in Introduction guide 2023-10-10 22:23:19 +02:00
Christian Beikov
79fbee64d2 Update versions to 6.4 2023-10-06 16:32:26 +02:00
Jan Schatteman
e24511f415 HHH-17157 - Some improvements to the metamodel generator documentation
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-03 18:00:37 -05:00
Christian Beikov
49cfb2a611 HHH-17259 Fix Gradle task dependency issue 2023-09-29 10:42:55 +02:00
Yoann Rodière
7f19de0332 HHH-17259 Add a "compatibility" section to the user guide 2023-09-26 14:46:16 +02:00
Steve Ebersole
6c2e04381d natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17197 - Add check for illegal combo of to-one + natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17196 - Documentation for @NaturalId should be more explicit about non-nullability
2023-09-26 07:44:09 -05:00
Gavin King
b7bdcd100f very trivial doc changes 2023-09-20 15:55:31 +02:00
Gavin King
000b6fd427 add link to full HQL grammar to HQL doc 2023-09-20 15:29:32 +02:00
syeeuns
0722ea4f9d Fix typo in 'locking-follow-on-examples.sql' 2023-09-19 10:36:51 +02:00
syeeuns
e747b3d9b7 Fix typo in '12.2.3. StalelessSession' 2023-09-19 10:34:54 +02:00
syeeuns
7974c0a842 Fix typo in '12.2. Session batching' 2023-09-19 10:34:54 +02:00
Gavin King
470b72deee document tuple constructors now they work reliably across all platforms! 2023-09-18 19:52:08 +02:00
Gavin King
9a48ce4040 add some links to doc 2023-09-11 19:25:27 +02:00
Gavin King
26ce9ea352 add section about denormalized data 2023-09-11 19:25:07 +02:00
Gavin King
1816940b21 add a couple of explanatory sentences to derived id section of doc 2023-09-11 17:09:25 +02:00
Gavin
e099b06c6d new section on Derived Identity 2023-09-11 15:09:48 +02:00
Gavin King
aced372844 add two more @HQL method examples to doc 2023-09-05 21:49:32 +02:00
Gavin King
6e4b4ace03 tiny fix to code example 2023-09-04 17:27:19 +02:00
Gavin King
b73b4eb7e6 add links to javadoc 2023-09-04 17:23:56 +02:00
Gavin King
06ec85e829 add four code examples of list index/map key to H6 doc 2023-09-04 06:07:11 +02:00
Gavin King
a7d57357d1 result of a proper proofread 2023-09-02 13:25:04 +02:00
Gavin King
b54598312a minor change to table 2023-09-01 22:59:33 +02:00
Gavin King
f9a0065976 minor language changes to HQL doc 2023-09-01 19:29:44 +02:00
Steve Ebersole
32f635e752 HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
2023-09-01 11:40:43 -05:00
Gavin King
b82d4c3c74 put Hibernate logo back in PDF QL doc 2023-08-31 19:53:44 +02:00
Steve Ebersole
60d8037ccd HHH-17014 - Complete "Mapping Maps" chapter of User Guide
https://hibernate.atlassian.net/browse/HHH-17014
2023-08-30 06:41:01 -05:00
Steve Ebersole
a2d45a2679 HHH-16962 - General documentation improvements
HHH-17141 - Prepare for 6.3.0 release

https://hibernate.atlassian.net/browse/HHH-16962
https://hibernate.atlassian.net/browse/HHH-17141
2023-08-29 13:20:19 -05:00
Steve Ebersole
fd961cebb1 HHH-17082 - Improve documentation of configuration settings
https://hibernate.atlassian.net/browse/HHH-17082
2023-08-28 10:19:37 -05:00