Uses of Class
com.bytedesk.wechat.mp.user.WeChatMpUserEntity
Packages that use WeChatMpUserEntity
-
Uses of WeChatMpUserEntity in com.bytedesk.wechat.mp.user
Methods in com.bytedesk.wechat.mp.user that return WeChatMpUserEntityModifier and TypeMethodDescriptionprotected WeChatMpUserEntity
WeChatMpUserRestService.doSave
(WeChatMpUserEntity entity) WeChatMpUserRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpUserEntity entity) WeChatMpUserRestService.save
(WeChatMpUserEntity entity) Methods in com.bytedesk.wechat.mp.user that return types with arguments of type WeChatMpUserEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WeChatMpUserEntity>
WeChatMpUserRestService.createSpecification
(WeChatMpUserRequest request) protected org.springframework.data.domain.Page<WeChatMpUserEntity>
WeChatMpUserRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpUserEntity> specification, org.springframework.data.domain.Pageable pageable) WeChatMpUserRepository.findByOpenid
(String openid) WeChatMpUserRestService.findByOpenid
(String openid) static org.springframework.data.jpa.domain.Specification<WeChatMpUserEntity>
WeChatMpUserSpecification.search
(WeChatMpUserRequest request, AuthService authService) Methods in com.bytedesk.wechat.mp.user with parameters of type WeChatMpUserEntityModifier and TypeMethodDescriptionWeChatMpUserRestService.convertToResponse
(WeChatMpUserEntity entity) protected WeChatMpUserEntity
WeChatMpUserRestService.doSave
(WeChatMpUserEntity entity) WeChatMpUserRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatMpUserEntity entity) WeChatMpUserRestService.save
(WeChatMpUserEntity entity) Method parameters in com.bytedesk.wechat.mp.user with type arguments of type WeChatMpUserEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WeChatMpUserEntity>
WeChatMpUserRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WeChatMpUserEntity> specification, org.springframework.data.domain.Pageable pageable)