Commit Graph

1914 Commits

Author SHA1 Message Date
Gavin King 17854673e1 add lots more links to the Advanced chapter 2023-12-08 14:58:17 +01:00
Gavin King b9245ae64b add @SoftDelete to Guide 2023-12-08 14:58:17 +01:00
Gavin King c67ea33206
add a comment to example code (#7591) 2023-12-01 18:14:25 +01:00
Marco Belladelli ac637ea8af HHH-17425 Introduce some new dialect-specific config params 2023-11-23 14:33:40 +01:00
Andrea Boriero a9d77d2c70 HHH-17347 Add Monitoring with Java Flight Recorder appendix to the documentation 2023-11-17 08:17:15 -06:00
Andrea Boriero 1d2d72187b HHH-17347 Add Monitoring with Java Flight Recorder appendix to the documentation 2023-11-17 08:17:15 -06:00
Andrea Boriero a1249704de HHH-17347 Add Monitoring with Java Flight Recorder appendix to the documentation 2023-11-17 08:17:15 -06:00
Jan Schatteman fa5f0f75c2 HHH-17328 - Fix a couple of doc erratas
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-11-16 22:00:01 +01:00
宁培培 8daf0961d1 fix wrong groupId in Compatibility.adoc 2023-11-14 17:15:32 +01:00
Gavin King e6d5c72ec6
very minor doc fix (#7539) 2023-11-13 21:20:53 +01:00
Christian Beikov ea2c360eba HHH-17410 Add documentation for count query creation 2023-11-10 13:02:03 +01:00
Christian Beikov 5e5ba17d1d HHH-17357 Rename hibernate-types module to hibernate-vector 2023-11-08 18:55:41 +01:00
Christian Beikov eebb305837 HHH-17357 Add hibernate-types module with pgvector support 2023-11-07 18:55:31 +01:00
Jan Schatteman 029100651c HHH-17367 - Add links to the tutorial's example source code
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-11-07 16:26:57 +01:00
Christian Beikov d7bdb5c009 HHH-17355 Test array functions with NodeBuilder 2023-11-06 18:01:04 +01:00
Christian Beikov 79e3af5464 HHH-17355 Add array_to_string function 2023-11-06 18:01:04 +01:00
Christian Beikov c3e1815486 HHH-17355 Add array_positions and array_positions_list functions 2023-11-06 18:01:04 +01:00
Christian Beikov 1a5184e89b HHH-17355 Add array_fill function 2023-11-06 18:01:04 +01:00
Christian Beikov faf6345463 HHH-17355 Add array_trim function 2023-11-06 18:01:04 +01:00
Christian Beikov f2e6ad6741 HHH-17355 Add array_agg documentation and add it to NodeBuilder 2023-11-06 18:01:04 +01:00
Christian Beikov c986f6adb6 HHH-17355 Add array functions to NodeBuilder 2023-11-06 18:01:04 +01:00
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