Interface SellersProxy

  • All Known Implementing Classes:
    SellersProxyImpl

    public interface SellersProxy
    • Method Detail

      • findSellerById

        java.util.Optional<Seller> findSellerById​(java.lang.String id)
        This method returns data as entity.
        Parameters:
        id - identification for database entity
        Returns:
        data as entity wrapped in optional