spring-framework / org.springframework.jdbc.datasource.embedded / EmbeddedDatabaseFactory / setDatabasePopulator

setDatabasePopulator

open fun setDatabasePopulator(populator: DatabasePopulator): Unit

Set the strategy that will be used to initialize or populate the embedded database.

Defaults to null.