Uses of Interface
io.ebean.test.containers.ExtraBuilder
Packages that use ExtraBuilder
-
Uses of ExtraBuilder in io.ebean.test.containers
Methods in io.ebean.test.containers that return ExtraBuilderModifier and TypeMethodDescriptionSet the database name.ExtraBuilder.extensions(String extensions) Set the extensions.ExtraBuilder.initSqlFile(String initSqlFile) Set the initSqlFile.Set the password.ExtraBuilder.seedSqlFile(String seedSqlFile) Set the seedSqlFile.Set the username.Method parameters in io.ebean.test.containers with type arguments of type ExtraBuilderModifier and TypeMethodDescriptionContainerBuilderDb.extra(Consumer<ExtraBuilder> extraBuilder) Create an additional extra database with the given attributes.ContainerBuilderDb.extra2(Consumer<ExtraBuilder> extraBuilder) Create a second additional extra database with the given attributes.