Interface BasketInvoicePaymentsRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<BasketInvoicePaymentEntity,Long>, org.springframework.data.jpa.repository.JpaRepository<BasketInvoicePaymentEntity,Long>, org.springframework.data.repository.PagingAndSortingRepository<BasketInvoicePaymentEntity,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<BasketInvoicePaymentEntity>, org.springframework.data.repository.Repository<BasketInvoicePaymentEntity,Long>

@Repository public interface BasketInvoicePaymentsRepository extends org.springframework.data.jpa.repository.JpaRepository<BasketInvoicePaymentEntity,Long>
  • Method Details