Uses of Interface
io.ebean.datasource.InitDatabase
-
-
Uses of InitDatabase in io.ebean.datasource
Classes in io.ebean.datasource that implement InitDatabase Modifier and Type Class Description classPostgresInitDatabaseCreates a schema and role using the database owner.Methods in io.ebean.datasource that return InitDatabase Modifier and Type Method Description InitDatabaseDataSourceConfig. getInitDatabase()Return the InitDatabase to use with ownerUsername.Methods in io.ebean.datasource with parameters of type InitDatabase Modifier and Type Method Description DataSourceConfigDataSourceConfig. setInitDatabase(InitDatabase initDatabase)Set the InitDatabase to use with ownerUsername.
-