Interface PersonalInformationDaoInternal
-
- All Superinterfaces:
ObjectDao
,ObjectDaoInternal<PersonalInformation>
,PersonalInformationDao
- All Known Implementing Classes:
HibernatePersonalInformationDao
,ReadThroughCachingPersonalInformationDao
public interface PersonalInformationDaoInternal extends PersonalInformationDao, ObjectDaoInternal<PersonalInformation>
Dao for PersonalInformation.- Since:
- 6.10.0
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.ObjectDaoInternal
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, getPersistentClass, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
-
Methods inherited from interface com.atlassian.confluence.user.persistence.dao.PersonalInformationDao
findIdsWithAssociatedUser, getAllByUser, getById, getByUser
-
-