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 DouyinAppEntity
DouyinAppRestService.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 DouyinAppEntity
DouyinAppRestService.doSave
(DouyinAppEntity entity) DouyinAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, DouyinAppEntity entity) void
DouyinAppEntityListener.onPostPersist
(DouyinAppEntity app) void
DouyinAppEntityListener.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 DouyinAppEntity
DouyinAppCreateEvent.app
private DouyinAppEntity
DouyinAppDeleteEvent.app
private DouyinAppEntity
DouyinAppUpdateEvent.app
Constructors in com.bytedesk.douyin.app.event with parameters of type DouyinAppEntityModifierConstructorDescription