Uses of Interface
io.higson.runtime.dao.parameter.ParameterDao
Packages that use ParameterDao
Package
Description
-
Uses of ParameterDao in io.higson.runtime.core.datasource
Methods in io.higson.runtime.core.datasource that return ParameterDao -
Uses of ParameterDao in io.higson.runtime.core.datasource.snapshot
Methods in io.higson.runtime.core.datasource.snapshot that return ParameterDao -
Uses of ParameterDao in io.higson.runtime.core.datasource.snapshot.parameter
Classes in io.higson.runtime.core.datasource.snapshot.parameter that implement ParameterDao -
Uses of ParameterDao in io.higson.runtime.dao.parameter
Classes in io.higson.runtime.dao.parameter that implement ParameterDao -
Uses of ParameterDao in io.higson.runtime.prefetch
Constructors in io.higson.runtime.prefetch with parameters of type ParameterDaoModifierConstructorDescriptionParametersByRegionsPrefetchStrategy(Initializer initializer, ParameterDao parameterJdbcDao, Map<String, List<String>> profileToRegions) -
Uses of ParameterDao in io.higson.runtime.provider
Constructors in io.higson.runtime.provider with parameters of type ParameterDaoModifierConstructorDescriptionMpParameterProvider(ParameterDao dao, ExternalStorageDao externalDao) MpParameterProvider(ParameterDao dao, ExternalStorageDao externalDao, int maxConcurrentLoads) MpParameterProvider(ParameterDao dao, ExternalStorageDao externalDao, int maxConcurrentLoads, ExternalDataSourceProvider externalDataSourceProvider, ConnectionInterceptor connectionInterceptor, ParameterAiModelService parameterAiModelService)