Uses of Class
com.bytedesk.wechat.work.WeChatWorkEntity
Packages that use WeChatWorkEntity
-
Uses of WeChatWorkEntity in com.bytedesk.wechat.work
Methods in com.bytedesk.wechat.work that return WeChatWorkEntityMethods in com.bytedesk.wechat.work that return types with arguments of type WeChatWorkEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatWorkEntity>
WeChatWorkSpecification.search
(WeChatWorkRequest request) Methods in com.bytedesk.wechat.work with parameters of type WeChatWorkEntityModifier and TypeMethodDescriptionWeChatWorkService.convertToResponse
(WeChatWorkEntity entity) void
WeChatWorkService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WeChatWorkEntity entity) WeChatWorkService.save
(WeChatWorkEntity entity)