Interface PluginDataDao
- All Known Implementing Classes:
HibernatePluginDataDao
public interface PluginDataDao
Interface for storing and retrieving plugin data
- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptiongetPluginData
(String key) Same as callinggetPluginData(String)
, except that this does not load the plugin binary into memory.boolean
pluginDataExists
(String key) void
void
saveOrUpdate
(PluginData pluginData)
-
Method Details
-
getPluginData
-
getPluginDataWithoutBinary
Same as callinggetPluginData(String)
, except that this does not load the plugin binary into memory. -
getAllPluginDataWithoutBinary
Iterable<PluginDataWithoutBinary> getAllPluginDataWithoutBinary() -
saveOrUpdate
-
remove
-
pluginDataExists
-