Uses of Interface
org.wso2.carbon.registry.core.dao.ResourceDAO

Packages that use ResourceDAO
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.jdbc.dao   
org.wso2.carbon.registry.core.jdbc.dataaccess   
org.wso2.carbon.registry.core.utils   
 

Uses of ResourceDAO in org.wso2.carbon.registry.core
 

Fields in org.wso2.carbon.registry.core declared as ResourceDAO
protected  ResourceDAO ResourceImpl.resourceDAO
          Resource DAO instance to access the database directly.
 

Uses of ResourceDAO in org.wso2.carbon.registry.core.dataaccess
 

Methods in org.wso2.carbon.registry.core.dataaccess that return ResourceDAO
 ResourceDAO DAOManager.getResourceDAO()
          Method to obtain an instance of a resource data access object.
 

Uses of ResourceDAO in org.wso2.carbon.registry.core.jdbc.dao
 

Classes in org.wso2.carbon.registry.core.jdbc.dao that implement ResourceDAO
 class JDBCResourceDAO
          An implementation of the ResourceDAO to store resources on a JDBC-based database.
 

Uses of ResourceDAO in org.wso2.carbon.registry.core.jdbc.dataaccess
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess that return ResourceDAO
 ResourceDAO JDBCDAOManager.getResourceDAO()
           
 

Uses of ResourceDAO in org.wso2.carbon.registry.core.utils
 

Methods in org.wso2.carbon.registry.core.utils with parameters of type ResourceDAO
static ResourceImpl RegistryUtils.getResourceWithMinimumData(String path, ResourceDAO resourceDAO, boolean versioned)
          Gets the resource with sufficient data to differentiate it from another resource.
static boolean RegistryUtils.systemResourceShouldBeAdded(ResourceDAO dataAccessObject, String absolutePath)
          Method to determine whether a system resource (or collection) is existing or whether it should be created.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.