Uses of Interface
de.seggebaeing.sqlanalyzer.logic.service.BDOService
Packages that use BDOService
Package
Description
-
Uses of BDOService in de.seggebaeing.sqlanalyzer.logic.service
Classes in de.seggebaeing.sqlanalyzer.logic.service that implement BDOServiceModifier and TypeClassDescriptionclass
Service layer for managingGeneratedQuery
business objects.class
Service layer for managingLLM
business objects.class
Service layer for managingPrompt
business objects.class
Service layer for managingPromptType
business objects.class
Service layer for managingSampleQuery
business objects. -
Uses of BDOService in de.seggebaeing.sqlanalyzer.presentation.controller.details
Methods in de.seggebaeing.sqlanalyzer.presentation.controller.details that return BDOServiceModifier and TypeMethodDescriptionprotected BDOService
<LLM> LLMDetailsController.getService()
Returns the service used to load and persist LLM objects.protected BDOService
<PromptType> PromptTypeDetailsController.getService()
Returns the service used to load and persist prompt type objects. -
Uses of BDOService in de.seggebaeing.sqlanalyzer.presentation.controller.overview
Methods in de.seggebaeing.sqlanalyzer.presentation.controller.overview that return BDOServiceModifier and TypeMethodDescriptionprotected BDOService
<GeneratedQuery> GeneratedQueryOverviewController.getService()
Returns the service used to load and persist generated query objects.protected BDOService
<LLM> LLMOverviewController.getService()
Returns the service used to load and persist LLM objects.protected BDOService
<Prompt> PromptOverviewController.getService()
Returns the service used to load and persist prompt objects.protected BDOService
<PromptType> PromptTypeOverviewController.getService()
Returns the service used to load and persist prompt type objects.protected BDOService
<SampleQuery> SampleQueryOverviewController.getService()
Returns the service used to load and persist sample query objects. -
Uses of BDOService in de.seggebaeing.sqlanalyzer.presentation.uielements.window
Methods in de.seggebaeing.sqlanalyzer.presentation.uielements.window that return BDOServiceModifier and TypeMethodDescriptionprotected abstract BDOService
<T> BDOWindow.getService()
Returns the backing service for this window’s domain type, used for CRUD operations, queries, and dependency resolution.