Uses of Class
com.skava.marketplace.model.entity.AppDescription
Packages that use AppDescription
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 AppDescription in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return AppDescriptionMethods in com.skava.marketplace.model.domain with parameters of type AppDescription -
Uses of AppDescription in com.skava.marketplace.model.entity
Constructor parameters in com.skava.marketplace.model.entity with type arguments of type AppDescriptionModifierConstructorDescriptionQAppDescription
(com.querydsl.core.types.Path<? extends AppDescription> path) -
Uses of AppDescription in com.skava.marketplace.repository
Methods in com.skava.marketplace.repository that return AppDescriptionModifier and TypeMethodDescriptionAppDescriptionRepository.findByAppIdandAppVersion
(String appId, String version)