Uses of Interface
com.atlassian.confluence.internal.persistence.VersionHistoryDaoInternal
-
Packages that use VersionHistoryDaoInternal Package Description com.atlassian.confluence.core.persistence.hibernate -
-
Uses of VersionHistoryDaoInternal in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement VersionHistoryDaoInternal Modifier and Type Class Description class
CachingVersionHistoryDao
A cache decorator aroundVersionHistoryDaoInternal
class
HibernateVersionHistoryDao
Constructors in com.atlassian.confluence.core.persistence.hibernate with parameters of type VersionHistoryDaoInternal Constructor Description CachingVersionHistoryDao(VersionHistoryDaoInternal delegate, com.atlassian.cache.CacheFactory cacheFactory, SynchronizationManager synchronizationManager)
-