Interface LiquibaseDatabaseConfiguration
- All Known Implementing Classes:
DataSourceDatabaseConfiguration
,EngineDatabaseConfiguration
public interface LiquibaseDatabaseConfiguration
A configuration that is used by the
LiquibaseBasedSchemaManager
to ease the access to certain database properties.- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDataSource
DataSource getDataSource() -
getDatabaseSchema
String getDatabaseSchema() -
getDatabaseCatalog
String getDatabaseCatalog()
-