Uses of Class
com.skava.marketplace.model.entity.UIJsonInfo
Packages that use UIJsonInfo
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 UIJsonInfo in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return UIJsonInfoMethods in com.skava.marketplace.model.domain with parameters of type UIJsonInfo -
Uses of UIJsonInfo in com.skava.marketplace.model.entity
Constructor parameters in com.skava.marketplace.model.entity with type arguments of type UIJsonInfoModifierConstructorDescriptionQUIJsonInfo
(com.querydsl.core.types.Path<? extends UIJsonInfo> path) QUIJsonInfo
(Class<? extends UIJsonInfo> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of UIJsonInfo in com.skava.marketplace.repository
Methods in com.skava.marketplace.repository that return types with arguments of type UIJsonInfoModifier and TypeMethodDescriptionUIJsonInfoRepository.findByAppIdAndAppVersion
(String paramString, String appVersion)