Uses of Class
com.atlassian.confluence.plugin.persistence.PluginDataWithoutBinary
-
Packages that use PluginDataWithoutBinary Package Description com.atlassian.confluence.plugin.persistence com.atlassian.confluence.plugin.persistence.hibernate -
-
Uses of PluginDataWithoutBinary in com.atlassian.confluence.plugin.persistence
Methods in com.atlassian.confluence.plugin.persistence that return PluginDataWithoutBinary Modifier and Type Method Description PluginDataWithoutBinaryPluginDataDao. getPluginDataWithoutBinary(String key)Same as callingPluginDataDao.getPluginData(String), except that this does not load the plugin binary into memory.Methods in com.atlassian.confluence.plugin.persistence that return types with arguments of type PluginDataWithoutBinary Modifier and Type Method Description Iterator<PluginDataWithoutBinary>PluginDataDao. getAllPluginDataWithoutBinary()Same as callingPluginDataDao.getAllPluginData(), except that this does not load the plugin binary into memory. -
Uses of PluginDataWithoutBinary in com.atlassian.confluence.plugin.persistence.hibernate
Methods in com.atlassian.confluence.plugin.persistence.hibernate that return PluginDataWithoutBinary Modifier and Type Method Description PluginDataWithoutBinaryHibernatePluginDataDao. getPluginDataWithoutBinary(String key)Methods in com.atlassian.confluence.plugin.persistence.hibernate that return types with arguments of type PluginDataWithoutBinary Modifier and Type Method Description Iterator<PluginDataWithoutBinary>HibernatePluginDataDao. getAllPluginDataWithoutBinary()
-