Uses of Class
com.skava.marketplace.model.entity.AppHistory
Packages that use AppHistory
Package
Description
Domain model classes of the Appmarketplace Service available here.
Entity model classes of the Appmarketplace Service available here.
Exchange response model classes of the Appmarketplace Service available here.
DB operations(CRUD) are triggered from the process class.
-
Uses of AppHistory in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return AppHistoryMethods in com.skava.marketplace.model.domain with parameters of type AppHistory -
Uses of AppHistory in com.skava.marketplace.model.entity
Constructor parameters in com.skava.marketplace.model.entity with type arguments of type AppHistoryModifierConstructorDescriptionQAppHistory
(com.querydsl.core.types.Path<? extends AppHistory> path) -
Uses of AppHistory in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response with parameters of type AppHistory -
Uses of AppHistory in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return types with arguments of type AppHistoryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AppHistory>
AppHistoryProcess.getAppHistory
(String filters, int page, int size, com.skava.core.qdsl.sort.EcomSorts ecomSorts)