Interface CategoryDAO

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Category,Integer>, org.springframework.data.repository.Repository<Category,Integer>

public interface CategoryDAO extends org.springframework.data.repository.CrudRepository<Category,Integer>
DAO for the Category class.
Version:
0.4.1
Author:
Lorenzo Occhipinti
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll