Interface BudgetRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Budget,,Long> org.springframework.data.repository.Repository<Budget,Long>
@Repository
public interface BudgetRepository
extends org.springframework.data.repository.CrudRepository<Budget,Long>
Handles all database operations for the Budget Model.
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll