Interface ContactDAO

    • Method Detail

      • findByUser

        List<Contact> findByUser​(Long userId,
                                 String email)
        Finds the contacts of the specified user.
        Parameters:
        userId - The ID of the user or null
        email - Optional email specification,
        Returns:
        The collection of found Contacts