Skip to content

Commit 4ddb8aa

Browse files
committed
Added link
1 parent 6d91619 commit 4ddb8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-06-18-hibernate7-on-quarkus.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Panache users will have this possibility in the API as well starting from https:
102102

103103
=== Injection of the SchemaManager
104104

105-
The Hibernate Schema Manager is a powerful tool to generate DDL scripts out of Java objects. Its power is now available to be used in Quarkus via a simple injection. This is particularly useful when writing tests letting you programmatically control when to do schema export, schema validation, data cleanup, and schema cleanup.
105+
The Hibernate Schema Manager is a powerful tool to generate DDL scripts out of Java objects. Its power is now available to be used in Quarkus via a simple injection. This is particularly useful when https://docs.jboss.org/hibernate/orm/7.0/introduction/html_single/Hibernate_Introduction.html#testing[writing tests] letting you programmatically control when to do schema export, schema validation, data cleanup, and schema cleanup.
106106

107107
=== The Future
108108

0 commit comments

Comments
 (0)