1889 Commits

Author SHA1 Message Date
Gavin
5881da56c8 add diagram 2023-05-13 21:08:47 +02:00
Gavin
71d8002c1b add rant about repositories 2023-05-13 21:08:47 +02:00
Gavin
5c24af1ed6 reuse the query language chapter by reference 2023-05-13 21:08:47 +02:00
Gavin
c6b63693c6 start on queries 2023-05-13 21:08:47 +02:00
Gavin
02c179d07f flushing, flush modes, and cache modes 2023-05-13 21:08:47 +02:00
Gavin
05f4ac6483 shill for HR 2023-05-13 21:08:47 +02:00
Gavin
85a156fd99 cannibalize some information from javadoc 2023-05-13 21:08:47 +02:00
Gavin
f8fd02d5f9 sq 2023-05-13 21:08:47 +02:00
Gavin
db4c0d02ec discuss pesistence contexts 2023-05-13 21:08:47 +02:00
Gavin
bc85a250ef compile introduction to PDF 2023-05-13 21:08:47 +02:00
Gavin
2841388335 fix build 2023-05-13 21:08:47 +02:00
Gavin
5747725e02 cannibalize good content from HR docs 2023-05-13 21:08:47 +02:00
Gavin
7fd70a0284 mention constraints which Hibernate doesn't actually create due to bug 2023-05-13 21:08:47 +02:00
Gavin
1d3f4f47f1 diagram of associations 2023-05-13 21:08:47 +02:00
Gavin
3e187ad82a association table mappings 2023-05-13 21:08:47 +02:00
Gavin
6edefe6f4d column lengths and LOBs 2023-05-13 21:08:47 +02:00
Gavin
e1160fec91 more about table mappings 2023-05-13 21:08:47 +02:00
Gavin
189951db10 join column mappings 2023-05-13 21:08:47 +02:00
Gavin
f9e9c9db86 mapping tables and columns 2023-05-13 21:08:47 +02:00
Gavin
77a48de89c more impressive converter example 2023-05-13 21:08:47 +02:00
Gavin
16a1322974 more on inheritance 2023-05-13 21:08:47 +02:00
Gavin
25d341f297 start on inheritance mapping 2023-05-13 21:08:47 +02:00
Gavin
eaa12db032 missed one 2023-05-13 21:08:47 +02:00
Gavin
349ecee462 mapped superclass, version, and summary 2023-05-13 21:08:47 +02:00
Gavin
7b5f66c292 @ElementCollection mappings, etc 2023-05-13 21:08:47 +02:00
Gavin
fad5d6ee5b enum and array mappings 2023-05-13 21:08:47 +02:00
Gavin
7619313d2f many to many 2023-05-13 21:08:47 +02:00
Gavin
33a3af7abc one to one 2023-05-13 21:08:47 +02:00
Gavin
f012afe95f many to one 2023-05-13 21:08:47 +02:00
Gavin
d9fae9454c improve converters discussion 2023-05-13 21:08:47 +02:00
Gavin
cf8aa0b02a add section on embeddables + and define "persistent identity" 2023-05-13 21:08:47 +02:00
Gavin
5a036069fb much more about basic types 2023-05-13 21:08:47 +02:00
Gavin
1f5a8c0f1b make start on basic types 2023-05-13 21:08:47 +02:00
Gavin
7a28b3caed finish section on ids 2023-05-13 21:08:47 +02:00
Gavin
50373633d6 make a start on Entities chapter 2023-05-13 21:08:47 +02:00
Gavin
9a726936e7 revise what I have so far 2023-05-13 21:08:47 +02:00
Gavin
01dcf0687d more on XxxxNamingStrategy 2023-05-13 21:08:47 +02:00
Gavin
deb19d02d0 copy configuration section from HR intro 2023-05-13 21:08:47 +02:00
Gavin
42819dd6f9 add history of Hibernate 2023-05-13 21:08:47 +02:00
Gavin King
46ac4c07cf initial blurbs for Introduction document 2023-05-13 21:08:47 +02:00
Andrea Boriero
cd0504ceda Add to documentation drop-down selector links to 6.0 and 6.1 documentation pages 2023-05-02 09:16:08 +02:00
Karel Maesen
174a9a7005 HHH-15160 - Properly validate the arguments in the distance operators. 2023-04-28 13:50:36 +02:00
Karel Maesen
b46bc13813 HHH-15160 - Adds the Postgis distance operators 2023-04-28 13:50:36 +02:00
Marco Belladelli
a9080f5f7d HHH-16392 Fix where clause in collection cleanup subqueries 2023-04-28 10:22:26 +02:00
Steve Ebersole
c6389efb1b Add a Dialect report
Also added
* H2Dialect#getMinimumSupportedVersion
* DerbyDialect#getMinimumSupportedVersion
2023-04-27 11:28:35 -05:00
Gavin
0674300d87 fix outdated section of user guide relating to Dialects 2023-04-18 18:01:13 +02:00
Jan Schatteman
81d1d95e4c Add @EmbeddableInstantiator, @EmbeddableInstantiatorRegistration and @EmbeddableInstantiatorRegistrations to the annotations chapter of the user guide
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-04-13 23:58:13 +02:00
Gavin
511399c152 update the docs to reflect the new @SQL annotations 2023-04-09 19:32:59 +02:00
Steve Ebersole
4b8167c7fd PublishMigrationGuide task 2023-04-01 09:37:40 -05:00
Andrea Boriero
570ccae476 HHH-16097 Move all tests from documentation into hibernate-core 2023-03-24 07:43:13 -05:00