Interface CategoryRepository

All Known Implementing Classes:
CategoryRepositoryImpl

public interface CategoryRepository
Interface for CategoryRepository.
Version:
0.4.1
Author:
Lorenzo Occhipinti
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int id)
    Finds the category identified by id in the database
    Finds all the categories in the database
  • Method Details