public interface Catalog<T extends Product> extends org.springframework.data.repository.CrudRepository<T,ProductIdentifier>
Products| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.util.Streamable<T> |
findByCategory(String category)
Returns all
Products assigned to the given category. |
org.springframework.data.util.Streamable<T> |
findByName(String name)
Returns the
Products with the given name. |
Copyright © 2018. All rights reserved.