public interface AutoConfigure
Used to provide some automatic configuration early in the creation of a Database.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostConfigure(DatabaseBuilder config) Provide some configuration the DatabaseConfig prior to server creation but after properties have been applied.voidpreConfigure(DatabaseBuilder config) Perform configuration for the DatabaseConfig prior to properties load.
-
Method Details
-
preConfigure
Perform configuration for the DatabaseConfig prior to properties load. -
postConfigure
Provide some configuration the DatabaseConfig prior to server creation but after properties have been applied.
-