Package com.ecom.winners.repositories
Interface TransactionRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Transaction,
,Long> org.springframework.data.repository.Repository<Transaction,
Long>
public interface TransactionRepository
extends org.springframework.data.repository.CrudRepository<Transaction,Long>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll