public interface Catalog<T extends Product> extends SalespointRepository<T,ProductIdentifier>
Product
sModifier and Type | Method and Description |
---|---|
Iterable<T> |
findByCategory(String category)
Returns all
Product s assigned to the given category. |
Iterable<T> |
findByName(String name)
Returns the
Product s with the given name. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.