public abstract class AbstractVendorConfigResolverFactoryBean extends DbConfigResolverFactoryBean
DbConfigResolverFactoryBean
PROPERTY_NAME
PHASE_NAME
Modifier | Constructor and Description |
---|---|
protected |
AbstractVendorConfigResolverFactoryBean(String urlPrefix,
ConfigurableDbConfigFactory dbConfigFactory) |
Modifier and Type | Method and Description |
---|---|
protected String |
buildUrlFromAttributes() |
String |
getDatabase() |
protected String |
getEffectiveUrl() |
String |
getHost() |
int |
getPort() |
String |
getUrlPrefix() |
void |
setDatabase(String database) |
void |
setHost(String host) |
void |
setPort(int port) |
createDataSourceFactory, dispose, doCreateInstance, getConnectionProperties, getName, getObjectType, getUrl, setConnectionProperties, setconnectionTimeout, setCustomDataTypes, setDataSource, setDriverClassName, setMuleContext, setName, setPassword, setPoolingProfile, setRetryPolicyTemplate, setTransactionIsolation, setUrl, setUser, setUseXaTransactions, validate
createInstance, getAnnotation, getAnnotations, setAnnotations
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAnnotation, getAnnotations, setAnnotations
protected AbstractVendorConfigResolverFactoryBean(String urlPrefix, ConfigurableDbConfigFactory dbConfigFactory)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getUrlPrefix()
public String getDatabase()
public void setDatabase(String database)
protected String getEffectiveUrl()
getEffectiveUrl
in class DbConfigResolverFactoryBean
protected String buildUrlFromAttributes()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.