Uses of Class
io.higson.runtime.dao.parameter.ParameterJdbcDao
Packages that use ParameterJdbcDao
-
Uses of ParameterJdbcDao in io.higson.runtime.prefetch
Constructors in io.higson.runtime.prefetch with parameters of type ParameterJdbcDaoModifierConstructorDescriptionParametersByRegionsPrefetchStrategy(Initializer initializer, ParameterJdbcDao parameterJdbcDao, Map<String, List<String>> profileToRegions) -
Uses of ParameterJdbcDao in io.higson.runtime.provider
Constructors in io.higson.runtime.provider with parameters of type ParameterJdbcDaoModifierConstructorDescriptionMpParameterProvider(ParameterJdbcDao dao, ExternalStorageDao externalDao) MpParameterProvider(ParameterJdbcDao dao, ExternalStorageDao externalDao, int maxConcurrentLoads) MpParameterProvider(ParameterJdbcDao dao, ExternalStorageDao externalDao, int maxConcurrentLoads, ExternalDataSourceProvider externalDataSourceProvider, ConnectionInterceptor connectionInterceptor)