Uses of Class
com.bytedesk.douyin.app.DouyinAppEntity
Packages that use DouyinAppEntity
-
Uses of DouyinAppEntity in com.bytedesk.douyin.app
Methods in com.bytedesk.douyin.app that return DouyinAppEntityModifier and TypeMethodDescriptionprotected DouyinAppEntityDouyinAppRestService.doSave(DouyinAppEntity entity) DouyinAppRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, DouyinAppEntity entity) Methods in com.bytedesk.douyin.app that return types with arguments of type DouyinAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<DouyinAppEntity>DouyinAppRestService.createSpecification(DouyinAppRequest request) protected org.springframework.data.domain.Page<DouyinAppEntity>DouyinAppRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<DouyinAppEntity> spec, org.springframework.data.domain.Pageable pageable) DouyinAppRestService.findAll()DouyinAppRepository.findByDeletedFalse()static org.springframework.data.jpa.domain.Specification<DouyinAppEntity>DouyinAppSpecification.search(DouyinAppRequest request, AuthService authService) Methods in com.bytedesk.douyin.app with parameters of type DouyinAppEntityModifier and TypeMethodDescriptionDouyinAppRestService.convertToExcel(DouyinAppEntity entity) DouyinAppRestService.convertToResponse(DouyinAppEntity entity) protected DouyinAppEntityDouyinAppRestService.doSave(DouyinAppEntity entity) DouyinAppRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, DouyinAppEntity entity) voidDouyinAppEntityListener.onPostPersist(DouyinAppEntity app) voidDouyinAppEntityListener.onPostUpdate(DouyinAppEntity app) Method parameters in com.bytedesk.douyin.app with type arguments of type DouyinAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<DouyinAppEntity>DouyinAppRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<DouyinAppEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of DouyinAppEntity in com.bytedesk.douyin.app.event
Fields in com.bytedesk.douyin.app.event declared as DouyinAppEntityModifier and TypeFieldDescriptionprivate DouyinAppEntityDouyinAppCreateEvent.appprivate DouyinAppEntityDouyinAppDeleteEvent.appprivate DouyinAppEntityDouyinAppUpdateEvent.appConstructors in com.bytedesk.douyin.app.event with parameters of type DouyinAppEntityModifierConstructorDescription