Package | Description |
---|---|
com.atlassian.confluence.plugin.persistence | |
com.atlassian.confluence.plugin.persistence.hibernate |
Modifier and Type | Method and Description |
---|---|
PluginData |
PluginDataDao.getPluginData(String key) |
Modifier and Type | Method and Description |
---|---|
Iterator<PluginData> |
PluginDataDao.getAllPluginData() |
Modifier and Type | Method and Description |
---|---|
void |
PluginDataDao.saveOrUpdate(PluginData pluginData) |
Modifier and Type | Method and Description |
---|---|
PluginData |
HibernatePluginDataDao.getPluginData(String key) |
Modifier and Type | Method and Description |
---|---|
Iterator<PluginData> |
HibernatePluginDataDao.getAllPluginData() |
Modifier and Type | Method and Description |
---|---|
void |
HibernatePluginDataDao.saveOrUpdate(PluginData pluginData) |
Copyright © 2003–2017 Atlassian. All rights reserved.