open fun generateUniqueName(flag: Boolean): EmbeddedDatabaseBuilder
Specify whether a unique ID should be generated and used as the database name.
If the configuration for this builder is reused across multiple application contexts within a single JVM, this flag should be enabled (i.e., set to true) in order to ensure that each application context gets its own embedded database.
Enabling this flag overrides any explicit name set via #setName.
flag - true if a unique database name should be generated
Return
this, to facilitate method chaining
See Also
#setName
Since
4.2