public class DefaultConnectionProviderFactory extends Object implements JDBCConnectionProviderFactory
JDBCConnectionProviderFactory.FACTORIES
Modifier and Type | Field and Description |
---|---|
static PluggableFactoryLoader<JDBCConnectionProviderFactory> |
FACTORY_LOADER |
static String |
TYPE |
Constructor and Description |
---|
DefaultConnectionProviderFactory() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
getAllAvailableConnectionProviderTypes() |
ConnectionProvider |
getConnectionProvider(String connectionUrl,
String username,
String password,
Map<String,String> providerAttributes) |
Set<String> |
getProviderAttributeNames() |
String |
getType() |
public static PluggableFactoryLoader<JDBCConnectionProviderFactory> FACTORY_LOADER
public static final String TYPE
public String getType()
getType
in interface JDBCConnectionProviderFactory
getType
in interface Pluggable
public ConnectionProvider getConnectionProvider(String connectionUrl, String username, String password, Map<String,String> providerAttributes)
getConnectionProvider
in interface JDBCConnectionProviderFactory
public Set<String> getProviderAttributeNames()
getProviderAttributeNames
in interface JDBCConnectionProviderFactory
public static Collection<String> getAllAvailableConnectionProviderTypes()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.