Interface PaymentOptionRankingRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<PaymentOptionDisplayOrderEntity,
,Integer> org.springframework.data.jpa.repository.JpaRepository<PaymentOptionDisplayOrderEntity,
,Integer> org.springframework.data.repository.ListCrudRepository<PaymentOptionDisplayOrderEntity,
,Integer> org.springframework.data.repository.ListPagingAndSortingRepository<PaymentOptionDisplayOrderEntity,
,Integer> org.springframework.data.repository.PagingAndSortingRepository<PaymentOptionDisplayOrderEntity,
,Integer> org.springframework.data.repository.query.QueryByExampleExecutor<PaymentOptionDisplayOrderEntity>
,org.springframework.data.repository.Repository<PaymentOptionDisplayOrderEntity,
Integer>
@Repository
public interface PaymentOptionRankingRepository
extends org.springframework.data.jpa.repository.JpaRepository<PaymentOptionDisplayOrderEntity,Integer>
- Author:
- Infosys Equinox CreatePaymentOptionRankingServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentOptionDisplayOrderEntity>
findAll
(org.springframework.data.jpa.domain.Specification<PaymentOptionDisplayOrderEntity> paymentRuleSpecifications, org.springframework.data.domain.Pageable pageRequest) findByCollectionId
(Long collectionId) findByCollectionIdAndPaymentOptionDisplayOrderId
(Long collectionId, Integer id) findByCollectionIdOrderByUpdatedDateDesc
(Long collectionId) 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
-
Method Details
-
findAll
org.springframework.data.domain.Page<PaymentOptionDisplayOrderEntity> findAll(org.springframework.data.jpa.domain.Specification<PaymentOptionDisplayOrderEntity> paymentRuleSpecifications, org.springframework.data.domain.Pageable pageRequest) -
findByCollectionIdAndPaymentOptionDisplayOrderId
PaymentOptionDisplayOrderEntity findByCollectionIdAndPaymentOptionDisplayOrderId(Long collectionId, Integer id) -
findByCollectionId
-
findByCollectionIdOrderByUpdatedDateDesc
-