Uses of Class
com.bytedesk.shop.app.ShopAppEntity
Packages that use ShopAppEntity
-
Uses of ShopAppEntity in com.bytedesk.shop.app
Methods in com.bytedesk.shop.app that return ShopAppEntityModifier and TypeMethodDescriptionprotected ShopAppEntityShopAppRestService.doSave(ShopAppEntity entity) ShopAppRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ShopAppEntity entity) Methods in com.bytedesk.shop.app that return types with arguments of type ShopAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ShopAppEntity>ShopAppRestService.createSpecification(ShopAppRequest request) protected org.springframework.data.domain.Page<ShopAppEntity>ShopAppRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ShopAppEntity> spec, org.springframework.data.domain.Pageable pageable) ShopAppRestService.findAll()ShopAppRepository.findByDeletedFalse()static org.springframework.data.jpa.domain.Specification<ShopAppEntity>ShopAppSpecification.search(ShopAppRequest request, AuthService authService) Methods in com.bytedesk.shop.app with parameters of type ShopAppEntityModifier and TypeMethodDescriptionShopAppRestService.convertToExcel(ShopAppEntity entity) ShopAppRestService.convertToResponse(ShopAppEntity entity) protected ShopAppEntityShopAppRestService.doSave(ShopAppEntity entity) ShopAppRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ShopAppEntity entity) voidShopAppEntityListener.onPostPersist(ShopAppEntity app) voidShopAppEntityListener.onPostUpdate(ShopAppEntity app) private voidShopAppRestService.refreshWorkAccessToken(ShopAppEntity weChatAppEntity) Method parameters in com.bytedesk.shop.app with type arguments of type ShopAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ShopAppEntity>ShopAppRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ShopAppEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ShopAppEntity in com.bytedesk.shop.app.event
Fields in com.bytedesk.shop.app.event declared as ShopAppEntityModifier and TypeFieldDescriptionprivate ShopAppEntityShopAppCreateEvent.appprivate ShopAppEntityShopAppDeleteEvent.appprivate ShopAppEntityShopAppUpdateEvent.appConstructors in com.bytedesk.shop.app.event with parameters of type ShopAppEntityModifierConstructorDescription