Skip to content

Commit d100907

Browse files
committed
add item to SchemaManager jdoc
1 parent 7ffcd4f commit d100907

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hibernate-core/src/main/java/org/hibernate/relational/SchemaManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
/**
1111
* Allows programmatic {@linkplain #exportMappedObjects schema export},
1212
* {@linkplain #validateMappedObjects schema validation},
13-
* {@linkplain #truncateMappedObjects data cleanup}, and
13+
* {@linkplain #truncateMappedObjects data cleanup},
14+
* {@linkplain #populate data population}, and
1415
* {@linkplain #dropMappedObjects schema cleanup} as a convenience for
1516
* writing tests.
1617
*

0 commit comments

Comments
 (0)