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

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.AbstractVendorConfigFactoryBean
              extended by org.mule.module.db.internal.config.domain.database.OracleConfigFactoryBean
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 OracleConfigFactoryBean
extends AbstractVendorConfigFactoryBean


Field Summary
static int CURSOR_TYPE_ID
           
static String CURSOR_TYPE_NAME
           
static int OPAQUE_TYPE_ID
           
static String XML_TYPE_INTERNAL_NAME
           
static String XML_TYPE_NAME
           
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
protected OracleConfigFactoryBean()
           
 
Method Summary
protected  List<DbType> getVendorDataTypes()
           
 
Methods inherited from class org.mule.module.db.internal.config.domain.database.AbstractVendorConfigFactoryBean
buildUrlFromAttributes, getDatabase, getEffectiveUrl, getHost, getPort, getUrlPrefix, setDatabase, setHost, setPort
 
Methods inherited from class org.mule.module.db.internal.config.domain.database.DbConfigFactoryBean
createInstance, doCreateDbConfig, doCreateTypeManager, getConnectionProperties, getCustomDataTypes, getDataSource, getDriverClassName, getName, getObjectType, getUrl, 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
 

Field Detail

CURSOR_TYPE_NAME

public static final String CURSOR_TYPE_NAME
See Also:
Constant Field Values

OPAQUE_TYPE_ID

public static final int OPAQUE_TYPE_ID
See Also:
Constant Field Values

XML_TYPE_INTERNAL_NAME

public static final String XML_TYPE_INTERNAL_NAME
See Also:
Constant Field Values

CURSOR_TYPE_ID

public static final int CURSOR_TYPE_ID
See Also:
Constant Field Values

XML_TYPE_NAME

public static final String XML_TYPE_NAME
See Also:
Constant Field Values
Constructor Detail

OracleConfigFactoryBean

protected OracleConfigFactoryBean()
Method Detail

getVendorDataTypes

protected List<DbType> getVendorDataTypes()
Overrides:
getVendorDataTypes in class DbConfigFactoryBean


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