Uses of Interface
com.skava.marketplace.repository.AppMerchantDataRepository
Packages that use AppMerchantDataRepository
Package
Description
DB operations(CRUD) are triggered from the process class.
-
Uses of AppMerchantDataRepository in com.skava.marketplace.process
Constructors in com.skava.marketplace.process with parameters of type AppMerchantDataRepositoryModifierConstructorDescriptionAppInstallionProcess
(AppMerchantDataRepository appMerchantDataRepository, AppInstallSummaryRepository appInstallSummaryRepository, AppMasterRepository appMasterRepository, PrivateAppAssociationRepository privateAppAssociationRepository) AppInvocationProcess
(AppMerchantDataRepository appMerchantDataRepository, AppCommonProcess appCommonProcess, LambdaInvocationUtil lambdaInvocationUtil) CreateEventProcess
(org.springframework.amqp.core.AmqpTemplate amqpTemplate, AppMerchantDataRepository appMerchantD)