Uses of Interface
org.gcube.portlets.user.tdw.server.datasource.DataSourceFactory

Packages that use DataSourceFactory
org.gcube.portlets.user.tdw.server.datasource   
org.gcube.portlets.user.tdw.server.datasource.jdbc   
 

Uses of DataSourceFactory in org.gcube.portlets.user.tdw.server.datasource
 

Fields in org.gcube.portlets.user.tdw.server.datasource with type parameters of type DataSourceFactory
protected  Map<String,DataSourceFactory> DataSourceFactoryRegistry.instancesRegistry
           
 

Methods in org.gcube.portlets.user.tdw.server.datasource that return DataSourceFactory
 DataSourceFactory DataSourceFactoryRegistry.get(String factoryId)
          Retrieves the specified DataSourceFactory.
 

Methods in org.gcube.portlets.user.tdw.server.datasource with parameters of type DataSourceFactory
 void DataSourceFactoryRegistry.add(DataSourceFactory factory)
          Adds a new DataSourceFactory to the registry.
 

Uses of DataSourceFactory in org.gcube.portlets.user.tdw.server.datasource.jdbc
 

Classes in org.gcube.portlets.user.tdw.server.datasource.jdbc that implement DataSourceFactory
 class SimpleJDBCDataSourceFactory
           
 



Copyright © 2013. All Rights Reserved.