Gavin
|
9cd1d788ea
|
use Oracle driver odbc11 since we now depend on Java 11
|
2023-05-23 11:05:43 +01:00 |
Gavin
|
bebde84992
|
add logo to PDF
|
2023-05-22 23:48:09 +02:00 |
Gavin
|
22a5cbb0a8
|
lots of new info on fetching and caching
- proper coverage of subselect fetching
- how to handle reference data
|
2023-05-22 23:43:23 +02:00 |
Gavin
|
e12b82033e
|
HHH-16666 document fetch profiles now they are nicer to use
|
2023-05-22 18:45:41 +02:00 |
Gavin
|
12e1a97e50
|
update the doc to show how to enable subselects
|
2023-05-22 18:45:28 +02:00 |
Felix
|
2b0bc61873
|
HHH-16652 fix the broken link: hql-string-functions
|
2023-05-22 13:42:35 +02:00 |
Gavin
|
7aa1883c6d
|
more info about caching (Caffeine) and logging
|
2023-05-20 18:27:26 +02:00 |
Gavin
|
a2e463801b
|
improve discussion of fetching + new section on Statistics
|
2023-05-20 17:09:42 +02:00 |
Gavin
|
2bd5dc7e97
|
more information about proxies
|
2023-05-20 17:08:08 +02:00 |
Gavin
|
4c489eedbd
|
add TIP about use of record types with 'select new'
|
2023-05-20 11:36:58 +02:00 |
Gavin
|
ec03b6fd7f
|
fix small error in doc
|
2023-05-19 23:03:48 +02:00 |
Gavin
|
fa5adc1979
|
fix erroneous code example
|
2023-05-19 21:43:20 +02:00 |
Gavin
|
f3ca2d67d5
|
talk about the MetamodelGenerator in Configuration
since it's used in two places now
|
2023-05-19 20:26:12 +02:00 |
Gavin
|
55d4f0f22c
|
fix formatting in PDF
|
2023-05-19 16:27:55 +02:00 |
Gavin
|
8ddbb033cd
|
document EntityGraphs
|
2023-05-19 15:48:53 +02:00 |
Gavin
|
56ffbc104c
|
document @DialectOverride
|
2023-05-19 12:36:25 +02:00 |
Gavin
|
79d2e208a6
|
explain the usefulness of java.sql.Xlob
|
2023-05-19 11:26:47 +02:00 |
Gavin
|
f0a17e98b9
|
doc new feature Steve just added
|
2023-05-19 10:19:46 +02:00 |
Gavin
|
e4b31c192e
|
add new section about bytecode enhancer to intro
|
2023-05-19 00:14:01 +02:00 |
Gavin
|
172b1c4d39
|
minor clarifications to named queries section
|
2023-05-18 22:11:57 +02:00 |
Gavin
|
03e6c74737
|
first draft of "general advice" section
|
2023-05-18 15:02:45 +02:00 |
Gavin
|
84a1f22799
|
warnings about pc lifecycle in doc
|
2023-05-18 15:02:45 +02:00 |
Gavin
|
96a291058b
|
fix a diagram and add alt text
|
2023-05-18 12:59:11 +02:00 |
Gavin
|
fbade45e7a
|
add discrete headings to section on compositional basic types
|
2023-05-18 12:09:08 +02:00 |
Gavin
|
15be098de7
|
fix two more doc issues for Steve
|
2023-05-18 11:47:13 +02:00 |
Gavin
|
75e387e81b
|
three clarifications from Steve
|
2023-05-18 11:26:34 +02:00 |
Gavin
|
15422ea13b
|
improve section on versions
|
2023-05-18 11:26:34 +02:00 |
Gavin
|
bb1f5bf8e3
|
move custom id generators to Advanced + expand it
fix an ambiguity around "natural id" for Steve
|
2023-05-18 11:26:33 +02:00 |
Gavin
|
787ba8532d
|
add new section on @Any to new doc
stolen str8 from the javadoc
|
2023-05-17 21:44:25 +02:00 |
Gavin
|
2e921f7968
|
minor improvement to text
|
2023-05-17 21:22:44 +02:00 |
Gavin
|
f800c3dbfc
|
move sidebar and make it less verbose
so text flows much better in PDF
|
2023-05-17 21:18:18 +02:00 |
Gavin
|
e4b14b9460
|
improve a bit of flow by splitting a section
|
2023-05-17 21:06:47 +02:00 |
Gavin
|
d9a1980ee0
|
fix confusing/wrong para spotted by Steve
|
2023-05-17 21:01:04 +02:00 |
Gavin
|
23de8a5e5d
|
mention dynamic models and Envers
|
2023-05-17 20:56:42 +02:00 |
Gavin
|
eb21b1e052
|
remove unnecessary FUD against enhancer
|
2023-05-17 20:56:26 +02:00 |
Gavin
|
0d014be034
|
easier links to user guide
as suggested by Steve
|
2023-05-17 20:14:44 +02:00 |
Gavin
|
da03293cef
|
doc Filters
|
2023-05-17 18:15:04 +02:00 |
Gavin
|
491c02f935
|
some more tips
|
2023-05-17 18:15:04 +02:00 |
Gavin
|
7372d6dc08
|
intro doc for CRUD SQL and @Generated
|
2023-05-17 12:57:22 +02:00 |
Gavin
|
2d833133b6
|
intro doc for Hibernate Spatial
|
2023-05-17 11:34:01 +02:00 |
Gavin
|
a498e4d501
|
doc multi-tenancy and naming strategies
|
2023-05-17 02:08:09 +02:00 |
Gavin
|
e4539d9b44
|
quit using abbreviations
don't know quite what came over me...
|
2023-05-16 22:52:28 +02:00 |
Gavin King
|
6078e4792d
|
more work on the preface to new doc
|
2023-05-16 22:29:21 +02:00 |
Gavin
|
8298a27bf9
|
add some more marketing I mean information to doc
|
2023-05-16 22:17:17 +02:00 |
Gavin
|
f26b52c0c6
|
give the document title some more room to breathe
|
2023-05-16 20:39:24 +02:00 |
Gavin
|
e2e834c05f
|
split out a separate file for the Introduction of the Introduction
|
2023-05-16 20:27:19 +02:00 |
Gavin
|
362922512a
|
use Noto Serif consistently in documentation
the combination of a serif body font with
sans serif headings just wasn't working for me
|
2023-05-16 20:16:38 +02:00 |
Gavin
|
03352d4857
|
customize the css for rouge highlighter
|
2023-05-16 20:16:38 +02:00 |
Gavin
|
2276e2049d
|
integrate rouge source highlighter into adoc build
this is needed because prettify does not seem to
work for the PDF output (I have not dug deep)
|
2023-05-16 20:16:38 +02:00 |
Gavin
|
bdc5d2fc60
|
push the fonts used for rendering the Introduction to Hibernate 6 PDF
I don't see any way to handle them as a regular dependency in Gradle
Not very happy about doing this but ¯\_(ツ)_/¯
|
2023-05-16 17:24:48 +02:00 |