Uses of Class
com.skava.marketplace.model.entity.AppPricing
Packages that use AppPricing
Package
Description
Domain model classes of the Appmarketplace Service available here.
Entity model classes of the Appmarketplace Service available here.
DB operations are performed in the repository class.
-
Uses of AppPricing in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return AppPricingMethods in com.skava.marketplace.model.domain with parameters of type AppPricing -
Uses of AppPricing in com.skava.marketplace.model.entity
Constructor parameters in com.skava.marketplace.model.entity with type arguments of type AppPricingModifierConstructorDescriptionQAppPricing
(com.querydsl.core.types.Path<? extends AppPricing> path) -
Uses of AppPricing in com.skava.marketplace.repository
Methods in com.skava.marketplace.repository that return AppPricingModifier and TypeMethodDescriptionAppPricingRepository.findByAppIdAndAppVersion
(String appId, String appVersion)