Interface EmbeddedDatabaseManager
- All Known Implementing Classes:
- H2DatabaseManager
public interface EmbeddedDatabaseManager
- Since:
- 7.13.17
- 
Method SummaryModifier and TypeMethodDescriptionEnsure that the embedded database has been started and configured.
- 
Method Details- 
ensureDatabaseStartedString ensureDatabaseStarted()Ensure that the embedded database has been started and configured.- Returns:
- the URI to connect to the embedded database
 
 
-