Uses of Class
com.bytedesk.service.transfer_keyword.TransferKeywordEntity
Packages that use TransferKeywordEntity
Package
Description
-
Uses of TransferKeywordEntity in com.bytedesk.service.transfer_keyword
Methods in com.bytedesk.service.transfer_keyword that return TransferKeywordEntityModifier and TypeMethodDescriptionprotected TransferKeywordEntityTransferKeywordRestService.doSave(TransferKeywordEntity entity) TransferKeywordRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TransferKeywordEntity entity) Methods in com.bytedesk.service.transfer_keyword that return types with arguments of type TransferKeywordEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<TransferKeywordEntity>TransferKeywordRestService.createSpecification(TransferKeywordRequest request) protected org.springframework.data.domain.Page<TransferKeywordEntity>TransferKeywordRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<TransferKeywordEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<TransferKeywordEntity>TransferKeywordSpecification.search(TransferKeywordRequest request, AuthService authService) Methods in com.bytedesk.service.transfer_keyword with parameters of type TransferKeywordEntityModifier and TypeMethodDescriptionTransferKeywordRestService.convertToExcel(TransferKeywordEntity entity) TransferKeywordRestService.convertToResponse(TransferKeywordEntity entity) protected TransferKeywordEntityTransferKeywordRestService.doSave(TransferKeywordEntity entity) TransferKeywordRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TransferKeywordEntity entity) voidTransferKeywordEntityListener.onPostPersist(TransferKeywordEntity transfer_keyword) voidTransferKeywordEntityListener.onPostUpdate(TransferKeywordEntity transfer_keyword) Method parameters in com.bytedesk.service.transfer_keyword with type arguments of type TransferKeywordEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<TransferKeywordEntity>TransferKeywordRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<TransferKeywordEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of TransferKeywordEntity in com.bytedesk.service.transfer_keyword.event
Fields in com.bytedesk.service.transfer_keyword.event declared as TransferKeywordEntityModifier and TypeFieldDescriptionprivate TransferKeywordEntityTransferKeywordCreateEvent.transfer_keywordprivate TransferKeywordEntityTransferKeywordDeleteEvent.transfer_keywordprivate TransferKeywordEntityTransferKeywordUpdateEvent.transfer_keywordConstructors in com.bytedesk.service.transfer_keyword.event with parameters of type TransferKeywordEntityModifierConstructorDescriptionTransferKeywordCreateEvent(TransferKeywordEntity transfer_keyword) TransferKeywordDeleteEvent(TransferKeywordEntity transfer_keyword) TransferKeywordUpdateEvent(TransferKeywordEntity transfer_keyword)