16031 Commits

Author SHA1 Message Date
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
Marco Belladelli
a8fe62ebb3 HHH-16472 Allow null discriminators for treated left/full joins 2023-05-17 18:04:40 +02:00
Marco Belladelli
04684da054 HHH-16472 Add test for issue 2023-05-17 18:04:40 +02:00
Christian Beikov
bee160e9f2 HHH-16541 Don't report supportsSkipLocked() for Sybase 2023-05-17 16:22:31 +02:00
Gavin
8fcd3a1f54 get rid of a stack trace
because some amazing geniuses on stackoverflow who know
much more than me about Hibernate are obsessing over this
DEBUG-level log message
2023-05-17 13:00:30 +02:00
Gavin
a2f1ee3364 squash two warnings 2023-05-17 12:59:33 +02:00
Gavin
7372d6dc08 intro doc for CRUD SQL and @Generated 2023-05-17 12:57:22 +02:00
Christian Beikov
7823b48a3a HHH-16541 Fix Sybase test issues and HSQLDB hanging 2023-05-17 11:41:18 +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
Christian Beikov
031098a248 HHH-16541 Don't consider uninitialized LazyTableGroup for follow-on locking emulation. Fix lock mode upgrade for follow-on locking 2023-05-16 12:58:25 -05:00
Christian Beikov
93d0121b9a HHH-16541 - (Jakarta EE 10 Platform TCK) jpa/core/lock/query/Client.java#getResultListTest1 test regression 2023-05-16 12:58:25 -05:00
Steve Ebersole
8f94719152 HHH-16538 - Remove BeanValidationIntegrator#BV_CHECK_CLASS 2023-05-16 12:36:32 -05: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
Gavin
8a1938d1e2 add a diagram of entity lifecycle to new doc 2023-05-16 14:15:49 +02:00
Gavin
f080a724a8 fix fonts and formatting of tables in pdf 2023-05-16 13:47:17 +02:00
Gavin
9ae78dd178 mis minor fixes to doc 2023-05-16 01:54:11 +02:00
Gavin
289a43c5b5 decent-looking pdf output 2023-05-15 23:24:37 +02:00
Gavin
d43e89cc4a HHH-16604 partial fix to 'ENUM member of collection'
fix for the case of a fully-qualified name, i.e. org.package.Enum.ENUM
2023-05-15 16:54:47 +02:00
Gavin
47915cfe5f add a summary section to the doc 2023-05-15 16:50:05 +02:00
Marco Belladelli
f310338198 HHH-16576 Fix column aliases when rendering query part with table reference aliasing emulation 2023-05-15 16:06:04 +02:00
Zhihong Yu
8e21d0eb54 HHH-16542 - Correct typo in javadoc 2023-05-15 15:56:08 +02:00
Gavin
7f361157e4 HHH-16603, HHH-9763 fix some tests:
- test that @Cache on a subclass throws instead of WARNs
- remove @FailureExpected because HHH-9763 is now fixed
- correct test with wrong expectation for SharedCacheMode.UNSPECIFIED
- fix test that did not realize ImmmutableMutabilityPlan requires Serializable
2023-05-15 15:11:12 +02:00
Gavin
f709763dab HHH-16603, HHH-9763 fix some issues with interpreting @Cache/@Cacheable annotations
1. throw instead of logging a WARN if @Cache is on a subclass.
   I just lost 1/2 an hour of my life due to this being a WARN.
   Logging WARNs is a terrible way to report user error!

2. Fix interpretation of SharedCacheMode.UNSPECIFIED
2023-05-15 15:11:12 +02:00
Gavin
43fd8a7ced note about embeddable types and polymorphism 2023-05-15 13:28:52 +02:00
Gavin
c35b229ba2 add a very important admonition to docs 2023-05-15 13:14:14 +02:00
Gavin
3368c0c3ea using infinispan + improve section on cache config 2023-05-15 13:04:29 +02:00
Gavin
9aa6441212 document query cache 2023-05-15 10:56:18 +02:00
Christian Beikov
eb6e848de3 HHH-15726 Fix treat disjunction handling and improve pushdown 2023-05-15 10:07:08 +02:00
Marco Belladelli
4e9a643346 Fix several tests failing on Oracle 11 and some others on older dbs 2023-05-15 09:27:35 +02:00
dependabot[bot]
2c1ee27038 Bump com.gradle.enterprise from 3.13.1 to 3.13.2
Bumps com.gradle.enterprise from 3.13.1 to 3.13.2.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 09:08:08 +02:00
Gavin
32e13654c6 improve the list of optional deps 2023-05-15 00:38:31 +02:00
Gavin
a4d9c85ba3 discuss mapping embeddables to UDTs or JSON 2023-05-15 00:27:06 +02:00
Gavin
c76a36a1f2 add a diagram 2023-05-14 17:50:51 +02:00
Gavin
864d7ed39e fix typo 2023-05-14 13:03:22 +02:00
Gavin
f84c533a6f fix section on getSingleResultOrNull() 2023-05-14 12:48:48 +02:00
Gavin
88fea9a2cf improve code snippets in @Formula annotation jdoc 2023-05-14 12:37:24 +02:00
Gavin
31574081b8 add some additional material to doc 2023-05-14 12:36:17 +02:00