You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/src/main/asciidoc/introduction/Processor.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The static metamodel itself is undeniably useful and elegant.
31
31
32
32
And it turns out that there was quite a lot of unlocked potential there.
33
33
Since Hibernate 6.3 the Processor has started taking on a much bigger role.
34
-
Today, it even contains a complete implementation of the Jakarta Data specification.
34
+
Today, it even contains a link:{doc-data-repositories-url}[complete implementation of the Jakarta Data specification].
35
35
36
36
Now, you still don't have to use the Hibernate Processor with Hibernate—the APIs we just mentioned still also accept plain strings—but we find that it works well with Gradle and integrates smoothly with our IDE, and the advantage in type-safety is compelling.
0 commit comments