Interface PersonalInformationDaoInternal
- All Superinterfaces:
PersonalInformationDao
- All Known Implementing Classes:
HibernatePersonalInformationDao
,ReadThroughCachingPersonalInformationDao
Dao for PersonalInformation.
- Since:
- 6.10.0
-
Method Summary
Modifier and TypeMethodDescriptionfindAll()
void
remove
(PersonalInformation personalInformation) void
save
(PersonalInformation personalInformation) Methods inherited from interface com.atlassian.confluence.user.persistence.dao.PersonalInformationDao
findIdsWithAssociatedUser, getAllByUser, getById, getByUser
-
Method Details
-
findAll
Iterable<PersonalInformation> findAll() -
save
- Since:
- 9.0
-
remove
- Since:
- 9.0
-