Uses of Interface
com.atlassian.confluence.impl.content.render.prefetch.ImageDetailsPrefetchDao
-
Packages that use ImageDetailsPrefetchDao Package Description com.atlassian.confluence.impl.content.render.prefetch com.atlassian.confluence.pages.attachments -
-
Uses of ImageDetailsPrefetchDao in com.atlassian.confluence.impl.content.render.prefetch
Constructors in com.atlassian.confluence.impl.content.render.prefetch with parameters of type ImageDetailsPrefetchDao Constructor Description AttachmentPrefetcher(AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ImageDetailsPrefetchDao imageDetailsPrefetcher)
-
Uses of ImageDetailsPrefetchDao in com.atlassian.confluence.pages.attachments
Classes in com.atlassian.confluence.pages.attachments that implement ImageDetailsPrefetchDao Modifier and Type Class Description class
DefaultImageDetailsDao
Stores and retrievesImageDetails
via Hibernate.
-