Interface CategoryRepositoryReadOnly
- All Known Implementing Classes:
CategoryRepositoryImpl
public interface CategoryRepositoryReadOnly
-
Method Summary
-
Method Details
-
get
Finds the category identified by id in the database- Parameters:
id
- the id of the category to be found- Returns:
- an instance of Category if there is a category identified by id, null otherwise
- Throws:
NotFoundException
-