Uses of Class
de.smartics.properties.spi.config.ds.JndiDataSourceProxy

Packages that use JndiDataSourceProxy
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 JndiDataSourceProxy in de.smartics.properties.impl.config.ds.hsql
 

Methods in de.smartics.properties.impl.config.ds.hsql with parameters of type JndiDataSourceProxy
 DataSourceProxy HSqlDataSourceConnector.create(JndiDataSourceProxy dataSource)
           
 

Constructors in de.smartics.properties.impl.config.ds.hsql with parameters of type JndiDataSourceProxy
HSqlJndiDataSourceProxy(JndiDataSourceProxy dataSource)
          Default constructor.
 

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

Methods in de.smartics.properties.impl.config.ds.mysql with parameters of type JndiDataSourceProxy
 DataSourceProxy MySqlDataSourceConnector.create(JndiDataSourceProxy dataSource)
           
 

Constructors in de.smartics.properties.impl.config.ds.mysql with parameters of type JndiDataSourceProxy
MySqlJndiDataSourceProxy(JndiDataSourceProxy dataSource)
          Default constructor.
 

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

Methods in de.smartics.properties.spi.config.ds with parameters of type JndiDataSourceProxy
 DataSourceProxy DataSourceConnector.create(JndiDataSourceProxy dataSource)
          Creates a proxy for the given data source.
 



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