Skip to content

Commit 982ab4e

Browse files
gavinkingsebersole
authored andcommitted
mention the property setting in migration guide
1 parent a43dafd commit 982ab4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: migration-guide.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The new operation `Session.getManagedEntities()` allows the application program
225225
[[schema-manager-populate]]
226226
=== Data population
227227

228-
`SchemaManager.populate()` populates an existing schema with initial data in `/import.sql` or other SQL scripts specified via `jakarta.persistence.sql-load-script-source`.
228+
Setting `jakarta.persistence.schema-generation.database.action=populate` or calling `SchemaManager.populate()` populates an existing schema with initial data in `/import.sql` or other SQL scripts specified via `jakarta.persistence.sql-load-script-source`.
229229

230230

231231
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)