Uses of Class
com.bytedesk.wechat.mp.groupon.WeChatMpGrouponEntity
Packages that use WeChatMpGrouponEntity
-
Uses of WeChatMpGrouponEntity in com.bytedesk.wechat.mp.groupon
Fields in com.bytedesk.wechat.mp.groupon declared as WeChatMpGrouponEntityModifier and TypeFieldDescriptionprivate WeChatMpGrouponEntity
WeChatMpGrouponEntityCreateEvent.weChatMiniEntity
private WeChatMpGrouponEntity
WeChatMpGrouponEntityUpdateEvent.weChatMiniEntity
Methods in com.bytedesk.wechat.mp.groupon that return WeChatMpGrouponEntityModifier and TypeMethodDescriptionprotected WeChatMpGrouponEntity
WeChatMpGrouponRestService.doSave
(WeChatMpGrouponEntity entity) WeChatMpGrouponRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpGrouponEntity entity) WeChatMpGrouponRestService.save
(WeChatMpGrouponEntity entity) Methods in com.bytedesk.wechat.mp.groupon that return types with arguments of type WeChatMpGrouponEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatMpGrouponEntity>
WeChatMpGrouponRestService.createSpecification
(WeChatMpGrouponRequest request) protected org.springframework.data.domain.Page<WeChatMpGrouponEntity>
WeChatMpGrouponRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpGrouponEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<WeChatMpGrouponEntity>
WeChatMpGrouponSpecification.search
(WeChatMpGrouponRequest request, AuthService authService) Methods in com.bytedesk.wechat.mp.groupon with parameters of type WeChatMpGrouponEntityModifier and TypeMethodDescriptionWeChatMpGrouponRestService.convertToResponse
(WeChatMpGrouponEntity entity) protected WeChatMpGrouponEntity
WeChatMpGrouponRestService.doSave
(WeChatMpGrouponEntity entity) WeChatMpGrouponRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpGrouponEntity entity) WeChatMpGrouponRestService.save
(WeChatMpGrouponEntity entity) Method parameters in com.bytedesk.wechat.mp.groupon with type arguments of type WeChatMpGrouponEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatMpGrouponEntity>
WeChatMpGrouponRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpGrouponEntity> specification, org.springframework.data.domain.Pageable pageable) Constructors in com.bytedesk.wechat.mp.groupon with parameters of type WeChatMpGrouponEntityModifierConstructorDescriptionWeChatMpGrouponEntityCreateEvent
(Object source, WeChatMpGrouponEntity miniEntity) WeChatMpGrouponEntityUpdateEvent
(Object source, WeChatMpGrouponEntity miniEntity)