Uses of Class
com.bytedesk.douyin.mini.DouyinMiniEntity
Packages that use DouyinMiniEntity
-
Uses of DouyinMiniEntity in com.bytedesk.douyin.mini
Methods in com.bytedesk.douyin.mini that return DouyinMiniEntityModifier and TypeMethodDescriptionprotected DouyinMiniEntity
DouyinMiniRestService.doSave
(DouyinMiniEntity entity) DouyinMiniRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, DouyinMiniEntity entity) Methods in com.bytedesk.douyin.mini that return types with arguments of type DouyinMiniEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<DouyinMiniEntity>
DouyinMiniRestService.createSpecification
(DouyinMiniRequest request) protected org.springframework.data.domain.Page<DouyinMiniEntity>
DouyinMiniRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<DouyinMiniEntity> spec, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.douyin.mini with parameters of type DouyinMiniEntityModifier and TypeMethodDescriptionDouyinMiniRestService.convertToResponse
(DouyinMiniEntity entity) protected DouyinMiniEntity
DouyinMiniRestService.doSave
(DouyinMiniEntity entity) DouyinMiniRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, DouyinMiniEntity entity) Method parameters in com.bytedesk.douyin.mini with type arguments of type DouyinMiniEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<DouyinMiniEntity>
DouyinMiniRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<DouyinMiniEntity> spec, org.springframework.data.domain.Pageable pageable)