Interface PersonalInformationDao

    • Method Detail

      • getById

        PersonalInformation getById​(long id)
        Returns the personal information object with the given ID.
        Since:
        3.0
      • findIdsWithAssociatedUser

        @NonNull List<Long> findIdsWithAssociatedUser()
        Returns:
        all personal information ids having associated user
        Since:
        5.9