16484 Commits

Author SHA1 Message Date
Gavin King
aa55ff8ffb very minor "you" to "we" 2023-09-27 21:24:24 +02:00
Gavin King
15eb51602b mention upsert() in the doc 2023-09-27 21:24:24 +02:00
Gavin King
172249348d update the QuickStart guide (#6807)
* update the code examples in the quickstart

* update the quickstart document

* slightly restructure the quickstart document
2023-09-27 21:24:24 +02:00
Gavin King
8b8b7a1b21 add a TIP and whitespace in some code fragments 2023-09-27 21:24:24 +02:00
Gavin King
b36694f9a6 fix section title 2023-09-27 21:24:24 +02:00
Gavin King
df9372b824 fix up flow of section on join fetching
fix a link
2023-09-27 21:24:24 +02:00
Gavin
acac3cfde5 more use of typesafe metamodel gen refs 2023-09-27 21:24:24 +02:00
Gavin
b6781bb655 mention alternative APIs in doc 2023-09-27 21:24:24 +02:00
Gavin
b4bab0d2a3 document new features for typesafety 2023-09-27 21:24:24 +02:00
Gavin
3d6df8d296 refs to companion docs in preface 2023-09-27 21:24:24 +02:00
Gavin
041f44dd0b minor improvs to section on join fetching, and a nice TIP 2023-09-27 21:24:24 +02:00
Gavin
7544f00a56 fix ambiguity in wording 2023-09-27 21:24:24 +02:00
Gavin
f2591759f3 nice tip and segue into caching 2023-09-27 21:24:24 +02:00
Gavin
16fd099118 better explanation of batch/subselect fetching 2023-09-27 21:24:24 +02:00
Gavin
cc764e9a54 new section on selective column updates in Advanced chapter 2023-09-27 21:24:24 +02:00
Gavin
eb169a8b3c minor improvements to Advanced chapter 2023-09-27 21:24:24 +02:00
Gavin King
ca2b33c2be fix minor errors in queries in querylanguage doc 2023-09-27 21:24:24 +02:00
Gavin
8fbb62ade8 fix javax package name + minor code example errors
(spotted by @andrei-ivanov)
2023-09-27 21:24:24 +02:00
Gavin
d1b9424ec4 move some material to 1st chapter of HQL guide 2023-09-27 21:24:24 +02:00
Gavin
a264163985 update docs with implicit instantiation 2023-09-27 21:24:24 +02:00
Gavin
ee0b22f189 fix doc because @AnyKeyJavaClass seems to be required 2023-09-27 21:24:24 +02:00
Gavin
4a716b1b81 minor table formatting fix 2023-09-27 21:24:24 +02:00
Gavin
f5aa03dfac improvements to documentation of HQL functions
- especially the collection-related functions
- also explain path expressions
2023-09-27 21:24:24 +02:00
Gavin
e001b622cd add table of operator precedence to HQL guide 2023-09-27 21:24:24 +02:00
Gavin
27d90c643b very tiny fix to code example 2023-09-27 21:24:24 +02:00
Gavin
e17c1d7686 fix formatting of two code examples in intro 2023-09-27 21:24:24 +02:00
Gavin
41f817c34c improve code example of tuple criteria 2023-09-27 21:24:24 +02:00
Gavin
c4559cb61b improve code examples for generated ids in Intro 2023-09-27 21:24:24 +02:00
Gavin
1eb162f77d fill out section on lexical structure in HQL guide 2023-09-27 21:24:24 +02:00
Gavin
4f806ac692 improve rendering of subheadings 2023-09-27 21:24:24 +02:00
Gavin
ddee1a1c19 fix minor typo 2023-09-27 21:24:24 +02:00
Gavin
dc00b6c0ea add toStrings() to Tuple impls 2023-09-27 21:24:24 +02:00
Gavin
77231ebfce add a very nice criteria example to Intro doc 2023-09-27 21:24:24 +02:00
Gavin
be7ac2ff21 minor improvements to new HQL guide 2023-09-27 21:24:24 +02:00
Gavin
36c8a20270 split up chapters of HQL 2023-09-27 21:24:24 +02:00
Gavin
9d862351a2 slight restructure of HQL guide 2023-09-27 21:24:24 +02:00
Gavin
790c2aa944 split + rewrite query language chapter to new HQL guide document 2023-09-27 21:24:24 +02:00
bradbalogh
e99ae7995a HHH-16706 fix spelling mistake in Envers.adoc 2023-09-27 21:24:24 +02:00
Gavin
c7c8327c8f more accurate cross-links in doc 2023-09-27 21:24:24 +02:00
Gavin
a5307e48f7 prevent orphaned table titles
split a section
2023-09-27 21:24:24 +02:00
Gavin
6cbd31c1c3 minor changes for spacing 2023-09-27 21:24:24 +02:00
Gavin
bdaa8fb582 create two new sections of the Intro to improve organization 2023-09-27 21:24:24 +02:00
Gavin
7b009640c1 show off typesafety with the metamodel and new API of NaturalIdLoadAccess 2023-09-27 21:24:24 +02:00
Gavin
27c3b34dcf change the names in doc because Steve didn't like fetching()/loading() 2023-09-27 21:24:24 +02:00
Gavin
4d3e2af68e update the docs with new @FetchProfileOverride
and the "default" profile
2023-09-27 21:24:24 +02:00
Gavin
fb35981e42 disable a test on Oracle, because it fails on new JDBC drivers
cc @beikov
2023-09-27 21:24:24 +02:00
Gavin
9e9d5b3646 upgrade all the jdbc drivers 2023-09-27 21:24:24 +02:00
Gavin
03f5487d3d use Oracle driver odbc11 since we now depend on Java 11 2023-09-27 21:24:24 +02:00
Gavin
fa93e35833 add logo to PDF 2023-09-27 21:24:24 +02:00
Gavin
838f4b5501 lots of new info on fetching and caching
- proper coverage of subselect fetching
- how to handle reference data
2023-09-27 21:24:24 +02:00