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