Uses of Class
com.bytedesk.ai.prompt.PromptEntity
Packages that use PromptEntity
-
Uses of PromptEntity in com.bytedesk.ai.prompt
Methods in com.bytedesk.ai.prompt that return PromptEntityModifier and TypeMethodDescriptionprotected PromptEntityPromptRestService.doSave(PromptEntity entity) PromptRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, PromptEntity entity) Methods in com.bytedesk.ai.prompt that return types with arguments of type PromptEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<PromptEntity>PromptRestService.createSpecification(PromptRequest request) protected org.springframework.data.domain.Page<PromptEntity>PromptRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<PromptEntity> spec, org.springframework.data.domain.Pageable pageable) PromptRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) PromptRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<PromptEntity>PromptRestService.queryByOrgEntity(PromptRequest request) static org.springframework.data.jpa.domain.Specification<PromptEntity>PromptSpecification.search(PromptRequest request, AuthService authService) Methods in com.bytedesk.ai.prompt with parameters of type PromptEntityModifier and TypeMethodDescriptionPromptRestService.convertToExcel(PromptEntity entity) PromptRestService.convertToResponse(PromptEntity entity) protected PromptEntityPromptRestService.doSave(PromptEntity entity) PromptRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, PromptEntity entity) voidPromptEntityListener.onPostPersist(PromptEntity prompt) voidPromptEntityListener.onPostUpdate(PromptEntity prompt) Method parameters in com.bytedesk.ai.prompt with type arguments of type PromptEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<PromptEntity>PromptRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<PromptEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of PromptEntity in com.bytedesk.ai.prompt.event
Fields in com.bytedesk.ai.prompt.event declared as PromptEntityMethods in com.bytedesk.ai.prompt.event that return PromptEntityModifier and TypeMethodDescriptionAbstractPromptEvent.getPrompt()private PromptEntityAbstractPromptEvent.snapshot(PromptEntity source) Methods in com.bytedesk.ai.prompt.event with parameters of type PromptEntityModifier and TypeMethodDescriptionprivate PromptEntityAbstractPromptEvent.snapshot(PromptEntity source) Constructors in com.bytedesk.ai.prompt.event with parameters of type PromptEntityModifierConstructorDescriptionprotectedAbstractPromptEvent(Object source, PromptEntity prompt) PromptCreateEvent(PromptEntity prompt) PromptDeleteEvent(PromptEntity prompt) PromptUpdateEvent(PromptEntity prompt)