Uses of Class
com.skava.payment.model.entity.paymentoption.PaymentOptionRuleEntity
Packages that use PaymentOptionRuleEntity
Package
Description
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
-
Uses of PaymentOptionRuleEntity in com.skava.payment.model.entity.paymentoption
Constructor parameters in com.skava.payment.model.entity.paymentoption with type arguments of type PaymentOptionRuleEntityModifierConstructorDescriptionQPaymentOptionRuleEntity(com.querydsl.core.types.Path<? extends PaymentOptionRuleEntity> path) QPaymentOptionRuleEntity(Class<? extends PaymentOptionRuleEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of PaymentOptionRuleEntity in com.skava.paymentapp.model.criteria.paymentoption
Methods in com.skava.paymentapp.model.criteria.paymentoption that return types with arguments of type PaymentOptionRuleEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<PaymentOptionRuleEntity>PaymentOptionRuleSpecificationBuilderImpl.build()Method parameters in com.skava.paymentapp.model.criteria.paymentoption with type arguments of type PaymentOptionRuleEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.PredicatePaymentOptionRuleSpecification.toPredicate(jakarta.persistence.criteria.Root<PaymentOptionRuleEntity> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder builder) -
Uses of PaymentOptionRuleEntity in com.skava.paymentapp.model.request.paymentoption
Methods in com.skava.paymentapp.model.request.paymentoption that return PaymentOptionRuleEntityModifier and TypeMethodDescriptionCreatePaymentOptionRuleRequest.toEntity(CreatePaymentOptionRuleRequest request) CreatePaymentOptionRuleRequestInternal.toEntity() -
Uses of PaymentOptionRuleEntity in com.skava.paymentapp.model.response.paymentoption
Methods in com.skava.paymentapp.model.response.paymentoption with parameters of type PaymentOptionRuleEntityModifier and TypeMethodDescriptionCreatePaymentOptionRuleResponse.fromEntity(PaymentOptionRuleEntity entity) -
Uses of PaymentOptionRuleEntity in com.skava.paymentapp.process.paymentoption
Methods in com.skava.paymentapp.process.paymentoption that return types with arguments of type PaymentOptionRuleEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentOptionRuleEntity>PaymentOptionRuleProcess.findAll(org.springframework.data.jpa.domain.Specification<PaymentOptionRuleEntity> paymentRuleSpecifications, org.springframework.data.domain.Pageable pageRequest) Method parameters in com.skava.paymentapp.process.paymentoption with type arguments of type PaymentOptionRuleEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentOptionRuleEntity>PaymentOptionRuleProcess.findAll(org.springframework.data.jpa.domain.Specification<PaymentOptionRuleEntity> paymentRuleSpecifications, org.springframework.data.domain.Pageable pageRequest) -
Uses of PaymentOptionRuleEntity in com.skava.paymentapp.repository.paymentoption
Methods in com.skava.paymentapp.repository.paymentoption that return PaymentOptionRuleEntityModifier and TypeMethodDescriptionPaymentOptionRuleRepository.findByPaymentOptionEntityPaymentOptionIdAndPaymentOptionEntityCollectionIdAndPaymentOptionRuleId(Integer paymentOptionId, Long collectionId, Integer id) Methods in com.skava.paymentapp.repository.paymentoption that return types with arguments of type PaymentOptionRuleEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentOptionRuleEntity>PaymentOptionRuleRepository.findAll(org.springframework.data.jpa.domain.Specification<PaymentOptionRuleEntity> paramSpecification, org.springframework.data.domain.Pageable paramPageable) Method parameters in com.skava.paymentapp.repository.paymentoption with type arguments of type PaymentOptionRuleEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentOptionRuleEntity>PaymentOptionRuleRepository.findAll(org.springframework.data.jpa.domain.Specification<PaymentOptionRuleEntity> paramSpecification, org.springframework.data.domain.Pageable paramPageable)