Uses of Interface
it.geosolutions.geobatch.catalog.dao.DAO

Packages that use DAO
it.geosolutions.geobatch.catalog   
it.geosolutions.geobatch.catalog.dao   
it.geosolutions.geobatch.catalog.impl   
 

Uses of DAO in it.geosolutions.geobatch.catalog
 

Methods in it.geosolutions.geobatch.catalog that return DAO
<C extends Configuration>
DAO<C,?>
Catalog.getDAO()
           
 

Methods in it.geosolutions.geobatch.catalog with parameters of type DAO
<C extends Configuration>
void
Catalog.setDAO(DAO<C,?> dao)
           
 

Uses of DAO in it.geosolutions.geobatch.catalog.dao
 

Subinterfaces of DAO in it.geosolutions.geobatch.catalog.dao
 interface CatalogConfigurationDAO
           
 interface FlowManagerConfigurationDAO
           
 

Methods in it.geosolutions.geobatch.catalog.dao that return DAO
 DAO<T,ID> DAOService.createDAO(java.lang.Class<T> clazz)
           
 

Uses of DAO in it.geosolutions.geobatch.catalog.impl
 

Methods in it.geosolutions.geobatch.catalog.impl that return DAO
 DAO BasePersistentResource.getDAO()
           
 

Methods in it.geosolutions.geobatch.catalog.impl with parameters of type DAO
 void BasePersistentResource.setDAO(DAO flowConfigurationDAO)
           
 



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.