Package com.bank.payment.repository
Interface PaymentRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<PaymentModel,
,Long> org.springframework.data.jpa.repository.JpaRepository<PaymentModel,
,Long> org.springframework.data.repository.ListCrudRepository<PaymentModel,
,Long> org.springframework.data.repository.ListPagingAndSortingRepository<PaymentModel,
,Long> org.springframework.data.repository.PagingAndSortingRepository<PaymentModel,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<PaymentModel>
,org.springframework.data.repository.Repository<PaymentModel,
Long>
public interface PaymentRepository
extends org.springframework.data.jpa.repository.JpaRepository<PaymentModel,Long>
Repository interface for
PaymentModel
entities.
Provides methods for accessing payment data in the database.- Since:
- 1.0.0
- Version:
- 1.0.0, 06/26/2025
- Author:
- Fernando Cruz Cavina
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne