Package net.daveray.rewardsapi.data
Interface TransactionRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Transactions,,String> org.springframework.data.repository.Repository<Transactions,String>
public interface TransactionRepository
extends org.springframework.data.repository.CrudRepository<Transactions,String>
TransactionRepository used by the DataLoader
to load the tranaction batch
at application startup
- Since:
- November 2023
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll