We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffcd4f commit d100907Copy full SHA for d100907
hibernate-core/src/main/java/org/hibernate/relational/SchemaManager.java
@@ -10,7 +10,8 @@
10
/**
11
* Allows programmatic {@linkplain #exportMappedObjects schema export},
12
* {@linkplain #validateMappedObjects schema validation},
13
- * {@linkplain #truncateMappedObjects data cleanup}, and
+ * {@linkplain #truncateMappedObjects data cleanup},
14
+ * {@linkplain #populate data population}, and
15
* {@linkplain #dropMappedObjects schema cleanup} as a convenience for
16
* writing tests.
17
*
0 commit comments