16551 Commits

Author SHA1 Message Date
Gavin King
fe81327c4c improvements to second half of entities chapter of new doc 2023-09-27 21:24:24 +02:00
Gavin King
3ebf2db511 add a tip about @ManyToMany 2023-09-27 21:24:24 +02:00
Gavin King
5d23525dcd document some more things about criteria queries and names queries 2023-09-27 21:24:24 +02:00
Gavin King
2b0412bedb fix a couple of mistakes in operator precedence list 2023-09-27 21:24:24 +02:00
Gavin King
6562a0065f update to latest HSQLDB release 2023-09-27 21:24:24 +02:00
Gavin King
8b40258d71 document hibernate.properties in intro doc 2023-09-27 21:24:24 +02:00
Gavin King
dab84919b1 new doc section on testing, and simpler REST example 2023-09-27 21:24:24 +02:00
Gavin King
9f30dc0244 document ascending()/descending() 2023-09-27 21:24:24 +02:00
Gavin
a12481d03b two better words 2023-09-27 21:24:24 +02:00
Gavin
719ab8ee43 more work on the Introduction of the Introduction
it's finally starting to come together
2023-09-27 21:24:24 +02:00
Gavin King
e830ca4631 more work on architecture session of doc 2023-09-27 21:24:24 +02:00
Gavin King
a7d538a580 add an image 2023-09-27 21:24:24 +02:00
Gavin King
480177b479 discuss how to make use of query methods on first section of Introduction.adoc doc 2023-09-27 21:24:24 +02:00
Gavin King
5240031226 add dependencies to PDF builds to staging tasks (#6813)
(not certain this is necessary)
2023-09-27 21:24:24 +02:00
Gavin King
82d2fc9bd7 mention Envers in optional deps 2023-09-27 21:24:24 +02:00
Gavin King
e47c91b7b2 (finally) document sorted/ordered collections and map keys 2023-09-27 21:24:24 +02:00
Gavin King
5e8fd86068 add sidebar discussing Envers to Introduction 2023-09-27 21:24:24 +02:00
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