Uses of Class
com.bytedesk.core.notice_account.NoticeAccountEntity
Packages that use NoticeAccountEntity
-
Uses of NoticeAccountEntity in com.bytedesk.core.notice_account
Methods in com.bytedesk.core.notice_account that return NoticeAccountEntityModifier and TypeMethodDescriptionprotected NoticeAccountEntity
NoticeAccountRestService.doSave
(NoticeAccountEntity entity) NoticeAccountRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, NoticeAccountEntity entity) NoticeAccountRestService.save
(NoticeAccountEntity entity) Methods in com.bytedesk.core.notice_account that return types with arguments of type NoticeAccountEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<NoticeAccountEntity>
NoticeAccountRestService.createSpecification
(NoticeAccountRequest request) protected org.springframework.data.domain.Page<NoticeAccountEntity>
NoticeAccountRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<NoticeAccountEntity> spec, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.core.notice_account with parameters of type NoticeAccountEntityModifier and TypeMethodDescriptionNoticeAccountRestService.convertToResponse
(NoticeAccountEntity channel) protected NoticeAccountEntity
NoticeAccountRestService.doSave
(NoticeAccountEntity entity) NoticeAccountRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, NoticeAccountEntity entity) void
NoticeAccountEntityListener.onPostPersist
(NoticeAccountEntity channel) NoticeAccountRestService.save
(NoticeAccountEntity entity) Method parameters in com.bytedesk.core.notice_account with type arguments of type NoticeAccountEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<NoticeAccountEntity>
NoticeAccountRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<NoticeAccountEntity> spec, org.springframework.data.domain.Pageable pageable)