Uses of Class
com.atlassian.confluence.plugin.persistence.PluginDataWithoutBinary
Packages that use PluginDataWithoutBinary
Package
Description
-
Uses of PluginDataWithoutBinary in com.atlassian.confluence.plugin.persistence
Methods in com.atlassian.confluence.plugin.persistence that return PluginDataWithoutBinaryModifier and TypeMethodDescriptionPluginDataDao.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 PluginDataWithoutBinaryModifier and TypeMethodDescriptionPluginDataDao.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 PluginDataWithoutBinaryMethods in com.atlassian.confluence.plugin.persistence.hibernate that return types with arguments of type PluginDataWithoutBinary