Package | Description |
---|---|
org.wso2.carbon.mediation.registry.persistence | |
org.wso2.carbon.mediation.registry.persistence.dao |
Modifier and Type | Method and Description |
---|---|
RegistryEntryDO |
PersistenceManager.getRegistryEntry(String key) |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManager.addRegistryEntry(RegistryEntryDO registryEntryDO) |
void |
PersistenceManager.saveOrUpdateRegistryEntry(RegistryEntryDO registryEntryDO) |
void |
PersistenceManager.updateRegistryEntry(RegistryEntryDO registryEntryDO) |
Modifier and Type | Method and Description |
---|---|
RegistryEntryDO |
RegistryEntryDAO.getRegistryEntry(String key) |
Modifier and Type | Method and Description |
---|---|
void |
RegistryEntryDAO.addRegistryEntry(RegistryEntryDO registryEntryDO) |
void |
RegistryEntryDAO.saveOrUpdateRegistryEntry(RegistryEntryDO registryEntryDO) |
void |
RegistryEntryDAO.updateRegistryEntry(RegistryEntryDO registryEntryDO) |
Copyright © 2017 WSO2. All rights reserved.