Interface AddressDao

    • Method Detail

      • findAddressesForOwner

        java.util.Collection<AddressModel> findAddressesForOwner​(ItemModel owner)
        Finds all addresses for the given owner.
        Parameters:
        owner - the owner of the address. Mostly it is a UserModel, CartModel or OrderModel.
        Returns:
        an empty collection if for the given owner no AddressModel was found.