Interface SellersProxy
-
- All Known Implementing Classes:
SellersProxyImpl
public interface SellersProxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Seller>
findSellerById(java.lang.String id)
This method returns data as entity.
-
-
-
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
-
-