Package | Description |
---|---|
com.atlassian.confluence.plugin.persistence | |
com.atlassian.confluence.plugin.persistence.hibernate |
Modifier and Type | Method and Description |
---|---|
PluginDataWithoutBinary |
PluginDataDao.getPluginDataWithoutBinary(String key)
Same as calling
PluginDataDao.getPluginData(String) , except that this does not load the plugin binary into memory. |
Modifier and Type | Method and Description |
---|---|
Iterator<PluginDataWithoutBinary> |
PluginDataDao.getAllPluginDataWithoutBinary()
Same as calling
PluginDataDao.getAllPluginData() , except that this does not load the plugin binary into memory. |
Modifier and Type | Method and Description |
---|---|
PluginDataWithoutBinary |
HibernatePluginDataDao.getPluginDataWithoutBinary(String key) |
Modifier and Type | Method and Description |
---|---|
Iterator<PluginDataWithoutBinary> |
HibernatePluginDataDao.getAllPluginDataWithoutBinary() |
Copyright © 2003–2015 Atlassian. All rights reserved.