Package | Description |
---|---|
org.wso2.carbon.mediation.registry.persistence.dao | |
org.wso2.carbon.mediation.registry.persistence.dataobject |
Modifier and Type | Method and Description |
---|---|
BaseDO |
BaseDAO.get(String path) |
BaseDO |
RegistryEntryDAO.populateDataObject(org.wso2.carbon.registry.core.Resource resource) |
abstract BaseDO |
BaseDAO.populateDataObject(org.wso2.carbon.registry.core.Resource resource) |
Modifier and Type | Method and Description |
---|---|
void |
BaseDAO.create(String path,
BaseDO baseDO) |
void |
RegistryEntryDAO.populateResource(org.wso2.carbon.registry.core.Resource resource,
BaseDO baseDO) |
abstract void |
BaseDAO.populateResource(org.wso2.carbon.registry.core.Resource resource,
BaseDO baseDO) |
void |
BaseDAO.update(String path,
BaseDO baseDO) |
Modifier and Type | Class and Description |
---|---|
class |
RegistryEntryDO
The DO representing a RegistryEntry record
|
Copyright © 2017 WSO2. All rights reserved.