|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String path,
ResourceDAO resourceDAO,
boolean versioned)
Gets the resource with sufficient data to differentiate it from another resource. |
static boolean |
RegistryUtils.systemResourceShouldBeAdded(ResourceDAO dataAccessObject,
java.lang.String absolutePath)
Method to determine whether a system resource (or collection) is existing or whether it should be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |