Uses of Class
com.bytedesk.core.assistant.AssistantEntity
Packages that use AssistantEntity
Package
Description
Assistant package containing assistant related implementations
-
Uses of AssistantEntity in com.bytedesk.core.assistant
Methods in com.bytedesk.core.assistant that return AssistantEntityModifier and TypeMethodDescriptionprotected AssistantEntity
AssistantRestService.doSave
(AssistantEntity entity) AssistantRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AssistantEntity entity) Methods in com.bytedesk.core.assistant that return types with arguments of type AssistantEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AssistantEntity>
AssistantRestService.createSpecification
(AssistantRequest request) protected org.springframework.data.domain.Page<AssistantEntity>
AssistantRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<AssistantEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<AssistantEntity>
AssistantSpecification.search
(AssistantRequest request, AuthService authService) Methods in com.bytedesk.core.assistant with parameters of type AssistantEntityModifier and TypeMethodDescriptionAssistantRestService.convertToResponse
(AssistantEntity assistant) protected AssistantEntity
AssistantRestService.doSave
(AssistantEntity entity) AssistantRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AssistantEntity entity) void
AssistantEntityListener.onPostPersist
(AssistantEntity assistant) Method parameters in com.bytedesk.core.assistant with type arguments of type AssistantEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<AssistantEntity>
AssistantRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<AssistantEntity> spec, org.springframework.data.domain.Pageable pageable)