public abstract class AbstractVendorConfigResolverFactoryBean extends DbConfigResolverFactoryBean
DbConfigResolverFactoryBeanPROPERTY_NAMEPHASE_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, validatecreateInstance, getAnnotation, getAnnotations, setAnnotationsafterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotations, setAnnotationsprotected 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 DbConfigResolverFactoryBeanprotected String buildUrlFromAttributes()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.