Uses of Class
com.bytedesk.ai.mcp_client.McpClientEntity
Packages that use McpClientEntity
-
Uses of McpClientEntity in com.bytedesk.ai.mcp_client
Methods in com.bytedesk.ai.mcp_client that return McpClientEntityModifier and TypeMethodDescriptionprotected McpClientEntityMcpClientRestService.doSave(McpClientEntity entity) McpClientRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, McpClientEntity entity) Methods in com.bytedesk.ai.mcp_client that return types with arguments of type McpClientEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<McpClientEntity>McpClientRestService.createSpecification(McpClientRequest request) protected org.springframework.data.domain.Page<McpClientEntity>McpClientRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<McpClientEntity> spec, org.springframework.data.domain.Pageable pageable) McpClientRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) McpClientRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<McpClientEntity>McpClientRestService.queryByOrgEntity(McpClientRequest request) static org.springframework.data.jpa.domain.Specification<McpClientEntity>McpClientSpecification.search(McpClientRequest request, AuthService authService) Methods in com.bytedesk.ai.mcp_client with parameters of type McpClientEntityModifier and TypeMethodDescriptionMcpClientRestService.convertToExcel(McpClientEntity entity) McpClientRestService.convertToResponse(McpClientEntity entity) protected McpClientEntityMcpClientRestService.doSave(McpClientEntity entity) McpClientRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, McpClientEntity entity) voidMcpClientEntityListener.onPostPersist(McpClientEntity mcp_client) voidMcpClientEntityListener.onPostUpdate(McpClientEntity mcp_client) Method parameters in com.bytedesk.ai.mcp_client with type arguments of type McpClientEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<McpClientEntity>McpClientRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<McpClientEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of McpClientEntity in com.bytedesk.ai.mcp_client.event
Fields in com.bytedesk.ai.mcp_client.event declared as McpClientEntityMethods in com.bytedesk.ai.mcp_client.event that return McpClientEntityModifier and TypeMethodDescriptionAbstractMcpClientEvent.getMcpClient()private McpClientEntityAbstractMcpClientEvent.snapshot(McpClientEntity source) Methods in com.bytedesk.ai.mcp_client.event with parameters of type McpClientEntityModifier and TypeMethodDescriptionprivate McpClientEntityAbstractMcpClientEvent.snapshot(McpClientEntity source) Constructors in com.bytedesk.ai.mcp_client.event with parameters of type McpClientEntityModifierConstructorDescriptionprotectedAbstractMcpClientEvent(Object source, McpClientEntity mcp_client) McpClientCreateEvent(McpClientEntity mcp_client) McpClientDeleteEvent(McpClientEntity mcp_client) McpClientUpdateEvent(McpClientEntity mcp_client)