Uses of Interface
dev.dsf.fhir.dao.command.CommandFactory
Packages that use CommandFactory
Package
Description
-
Uses of CommandFactory in dev.dsf.fhir.dao.command
Classes in dev.dsf.fhir.dao.command that implement CommandFactory -
Uses of CommandFactory in dev.dsf.fhir.service
Constructors in dev.dsf.fhir.service with parameters of type CommandFactoryModifierConstructorDescriptionInitialDataLoaderImpl(CommandFactory commandFactory, ca.uhn.fhir.context.FhirContext fhirContext) -
Uses of CommandFactory in dev.dsf.fhir.spring.config
Methods in dev.dsf.fhir.spring.config that return CommandFactory -
Uses of CommandFactory in dev.dsf.fhir.webservice.impl
Constructors in dev.dsf.fhir.webservice.impl with parameters of type CommandFactoryModifierConstructorDescriptionRootServiceImpl(CommandFactory commandFactory, ResponseGenerator responseGenerator, ParameterConverter parameterConverter, ExceptionHandler exceptionHandler, ReferenceCleaner referenceCleaner, HistoryService historyService)