Uses of Class
com.atlassian.confluence.plugin.persistence.PluginDataWithoutBinary
Packages that use PluginDataWithoutBinary
Package
Description
- 
Uses of PluginDataWithoutBinary in com.atlassian.confluence.impl.plugin.persistenceMethods in com.atlassian.confluence.impl.plugin.persistence that return PluginDataWithoutBinaryModifier and TypeMethodDescriptionHibernatePluginDataDao.getPluginDataWithoutBinary(String key) PluginDataDao.getPluginDataWithoutBinary(String key) Same as callingPluginDataDao.getPluginData(String), except that this does not load the plugin binary into memory.Methods in com.atlassian.confluence.impl.plugin.persistence that return types with arguments of type PluginDataWithoutBinaryModifier and TypeMethodDescriptionHibernatePluginDataDao.getAllPluginDataWithoutBinary()PluginDataDao.getAllPluginDataWithoutBinary()
- 
Uses of PluginDataWithoutBinary in com.atlassian.confluence.plugin.persistenceMethods in com.atlassian.confluence.plugin.persistence that return PluginDataWithoutBinaryModifier and TypeMethodDescriptionPluginDataDao.getPluginDataWithoutBinary(String key) Deprecated, for removal: This API element is subject to removal in a future version.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()Deprecated, for removal: This API element is subject to removal in a future version.Same as callingPluginDataDao.getAllPluginData(), except that this does not load the plugin binary into memory.
- 
Uses of PluginDataWithoutBinary in com.atlassian.confluence.plugin.persistence.hibernateMethods in com.atlassian.confluence.plugin.persistence.hibernate that return PluginDataWithoutBinaryModifier and TypeMethodDescriptionHibernatePluginDataDao.getPluginDataWithoutBinary(String key) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.plugin.persistence.hibernate that return types with arguments of type PluginDataWithoutBinaryModifier and TypeMethodDescriptionHibernatePluginDataDao.getAllPluginDataWithoutBinary()Deprecated, for removal: This API element is subject to removal in a future version.