public class StaticDatabasePlatformSupport extends MapBasedDatabasePlatformSupport
Constructor and Description |
---|
StaticDatabasePlatformSupport()
Populates both the
driverClassNameMappings and schemeNames with
the configuration information. |
Modifier and Type | Method and Description |
---|---|
protected Map<DatabaseType,String> |
getAuthenticationInfo() |
protected Map<DatabaseType,String> |
getDriverClassNameMappings()
Template method that must be implemented in order to retrieve all driver class
names for every supported database platform.
|
protected Map<DatabaseType,String> |
getSchemeNames()
Template method that mus be implemented to get all scheme names for every supported
database platform.
|
getDatabaseUrlForDatabase, getDriverClassNameForDatabase
public StaticDatabasePlatformSupport()
driverClassNameMappings
and schemeNames
with
the configuration information.protected Map<DatabaseType,String> getDriverClassNameMappings()
MapBasedDatabasePlatformSupport
getDriverClassNameMappings
in class MapBasedDatabasePlatformSupport
protected Map<DatabaseType,String> getSchemeNames()
MapBasedDatabasePlatformSupport
getSchemeNames
in class MapBasedDatabasePlatformSupport
protected Map<DatabaseType,String> getAuthenticationInfo()
getAuthenticationInfo
in class MapBasedDatabasePlatformSupport
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.