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 |
Gavin
|
bb73f9f661
|
HHH-16666 document fetch profiles now they are nicer to use
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
c98d773f6e
|
update the doc to show how to enable subselects
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
e34e08b918
|
more info about caching (Caffeine) and logging
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
8518854524
|
improve discussion of fetching + new section on Statistics
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
77ff2a878b
|
more information about proxies
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
6941582cee
|
allow instantiation via non-public constructor in HQL
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
13d58901d5
|
improve error reporting in DynamicInstantiation stuff
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
21123e6215
|
add TIP about use of record types with 'select new'
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
9c19dc7e31
|
slightly improve README
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
bbd8f3e520
|
fix small error in doc
|
2023-09-27 21:24:24 +02:00 |
Gavin
|
e376a6889a
|
fix erroneous code example
|
2023-09-27 21:24:24 +02:00 |