Uses of Interface
de.smartics.properties.spi.config.ds.DataSourceProxy

Packages that use DataSourceProxy
de.smartics.properties.impl.config.ds Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource
de.smartics.properties.impl.config.ds.hsql Provides implementation of de.smartics.properties.spi.config.cc.ds.CcDatabaseConfigurationBuilder for the HSQL database. 
de.smartics.properties.impl.config.ds.mysql Provides implementation of de.smartics.properties.spi.config.cc.ds.CcDatabaseConfigurationBuilder for the MySQL database. 
de.smartics.properties.spi.config.ds Provides implementations to provide access to data sources from configuration factories. 
 

Uses of DataSourceProxy in de.smartics.properties.impl.config.ds
 

Methods in de.smartics.properties.impl.config.ds with parameters of type DataSourceProxy
 void DataSourceConfigurationPropertiesFactory.setDataSourceProxy(ConfigurationKey<?> configurationKey, DataSourceProxy dataSourceProxy)
          Sets the proxy to the data source that provides properties information.
 

Uses of DataSourceProxy in de.smartics.properties.impl.config.ds.hsql
 

Classes in de.smartics.properties.impl.config.ds.hsql that implement DataSourceProxy
 class AbstractHSqlDataSourceProxy
          Data source proxy to create HSQL data sources.
 class HSqlDataSourceProxy
          Data source proxy to create HSQL data sources.
 class HSqlJndiDataSourceProxy
          Implementation based on a JNDI data source.
 

Methods in de.smartics.properties.impl.config.ds.hsql that return DataSourceProxy
 DataSourceProxy HSqlDataSourceConnector.create(JndiDataSourceProxy dataSource)
           
 DataSourceProxy HSqlDataSourceConnector.create(String connectionUrl, String userName, String password)
           
 

Uses of DataSourceProxy in de.smartics.properties.impl.config.ds.mysql
 

Classes in de.smartics.properties.impl.config.ds.mysql that implement DataSourceProxy
 class AbstractMySqlDataSourceProxy
          Data source proxy to create MySQL data sources.
 class MySqlDataSourceProxy
          Data source proxy to create HSQL data sources.
 class MySqlJndiDataSourceProxy
          Implementation based on a JNDI data source.
 

Methods in de.smartics.properties.impl.config.ds.mysql that return DataSourceProxy
 DataSourceProxy MySqlDataSourceConnector.create(JndiDataSourceProxy dataSource)
           
 DataSourceProxy MySqlDataSourceConnector.create(String connectionUrl, String userName, String password)
           
 

Uses of DataSourceProxy in de.smartics.properties.spi.config.ds
 

Classes in de.smartics.properties.spi.config.ds that implement DataSourceProxy
 class JndiDataSourceProxy
          A vendor-neutral implementation using JNDI to access a data source.
 

Fields in de.smartics.properties.spi.config.ds declared as DataSourceProxy
protected  DataSourceProxy DefaultDataSourceManager.Builder.dataSourceProxy
          The proxy to provide access to a data source.
 

Methods in de.smartics.properties.spi.config.ds that return DataSourceProxy
 DataSourceProxy DataSourceConnector.create(JndiDataSourceProxy dataSource)
          Creates a proxy for the given data source.
 DataSourceProxy DataSourceConnector.create(String connectionUrl, String userName, String password)
          Creates a proxy with the given connection URL and credentials.
 DataSourceProxy PropertiesDataSourceManager.getDataSourceProxy()
          Returns a reference to the data source proxy used to connect to the data source.
 DataSourceProxy DefaultDataSourceManager.getDataSourceProxy()
           
 

Methods in de.smartics.properties.spi.config.ds with parameters of type DataSourceProxy
 void DefaultDataSourceManager.Builder.setDataSourceProxy(DataSourceProxy dataSourceProxy)
          Sets the proxy to provide access to a data source.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.