Uses of Interface
com.atlassian.confluence.internal.user.persistence.PersonalInformationDaoInternal
-
-
Uses of PersonalInformationDaoInternal in com.atlassian.confluence.impl.user.persistence.dao
Classes in com.atlassian.confluence.impl.user.persistence.dao that implement PersonalInformationDaoInternal Modifier and Type Class Description classReadThroughCachingPersonalInformationDaoMethods in com.atlassian.confluence.impl.user.persistence.dao with parameters of type PersonalInformationDaoInternal Modifier and Type Method Description static ReadThroughCachingPersonalInformationDaoReadThroughCachingPersonalInformationDao. create(PersonalInformationDaoInternal delegateDao, com.atlassian.cache.CacheFactory cacheFactory) -
Uses of PersonalInformationDaoInternal in com.atlassian.confluence.user.persistence.dao
Classes in com.atlassian.confluence.user.persistence.dao that implement PersonalInformationDaoInternal Modifier and Type Class Description classCachingPersonalInformationDaoDeprecated.since 7.5 UseReadThroughCachingPersonalInformationDaoConstructors in com.atlassian.confluence.user.persistence.dao with parameters of type PersonalInformationDaoInternal Constructor Description CachingPersonalInformationDao(PersonalInformationDaoInternal delegateDao, com.atlassian.vcache.VCacheFactory cacheFactory)Deprecated. -
Uses of PersonalInformationDaoInternal in com.atlassian.confluence.user.persistence.dao.hibernate
Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement PersonalInformationDaoInternal Modifier and Type Class Description classHibernatePersonalInformationDao
-