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