org.mule.module.db.internal.config.domain.database
Class DerbyConfigFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean<DbConfig>
      extended by org.mule.module.db.internal.config.domain.database.DbConfigFactoryBean
          extended by org.mule.module.db.internal.config.domain.database.DerbyConfigFactoryBean
All Implemented Interfaces:
MuleContextAware, Initialisable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<DbConfig>, org.springframework.beans.factory.InitializingBean

public class DerbyConfigFactoryBean
extends DbConfigFactoryBean


Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
DerbyConfigFactoryBean()
           
 
Method Summary
 
Methods inherited from class org.mule.module.db.internal.config.domain.database.DbConfigFactoryBean
createInstance, doCreateDbConfig, doCreateTypeManager, getConnectionProperties, getCustomDataTypes, getDataSource, getDriverClassName, getEffectiveUrl, getName, getObjectType, getUrl, getVendorDataTypes, initialise, setConnectionProperties, setconnectionTimeout, setCustomDataTypes, setDataSource, setDriverClassName, setMuleContext, setName, setPassword, setPoolingProfile, setTransactionIsolation, setUrl, setUser, setUseXaTransactions, validate
 
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerbyConfigFactoryBean

public DerbyConfigFactoryBean()


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.