Skip to content

Commit 743b639

Browse files
committed
mention 'hibernate.hbm2ddl.import_files_sql_extractor' in Short Guide
1 parent 9430555 commit 743b639

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/src/main/asciidoc/introduction/Configuration.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,9 @@ additionally, drop the schema on `SessionFactory` shutdown
447447

448448
| `jakarta.persistence.sql-load-script-source`
449449
| (Optional) The name of a SQL DML script to be executed
450+
451+
| `hibernate.hbm2ddl.import_files_sql_extractor`
452+
| (Optional) If `multi-line`, SQL statements may be split across multiple lines in scripts, and must be ``;``-terminated.
450453
|===
451454

452455
This feature is extremely useful for testing.

0 commit comments

Comments
 (0)