Uses of Class
com.skava.marketplace.model.AppIdentifier
Packages that use AppIdentifier
Package
Description
Model classes of the Appmarketplace Service available here.
DB operations are performed in the repository class.
-
Uses of AppIdentifier in com.skava.marketplace.model
Constructor parameters in com.skava.marketplace.model with type arguments of type AppIdentifierModifierConstructorDescriptionQAppIdentifier
(com.querydsl.core.types.Path<? extends AppIdentifier> path) -
Uses of AppIdentifier in com.skava.marketplace.repository
Methods in com.skava.marketplace.repository with parameters of type AppIdentifierModifier and TypeMethodDescriptionAppMasterRepository.findByIdAndBusinessId
(AppIdentifier appIdentifier, Long businessId) Method parameters in com.skava.marketplace.repository with type arguments of type AppIdentifierModifier and TypeMethodDescriptionAppMasterRepository.findByIdIn
(List<AppIdentifier> appId) org.springframework.data.domain.Page<AppMaster>
AppMasterRepository.findByIdIn
(List<AppIdentifier> appIdList, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageRequest) org.springframework.data.domain.Page<AppMaster>
AppMasterRepository.findByIdIn
(List<AppIdentifier> identifierList, org.springframework.data.domain.Pageable pageRequest)