Uses of Class
io.higson.runtime.provider.external.ExtSqlExecutor
Packages that use ExtSqlExecutor
Package
Description
-
Uses of ExtSqlExecutor in io.higson.runtime.core.datasource
Methods in io.higson.runtime.core.datasource with parameters of type ExtSqlExecutorModifier and TypeMethodDescriptionvoidHigsonDataSource.setDataSource(MpDecodingStrategy decodingStrategy, ExtSqlExecutor extSqlExecutor) -
Uses of ExtSqlExecutor in io.higson.runtime.core.datasource.database
Methods in io.higson.runtime.core.datasource.database with parameters of type ExtSqlExecutorModifier and TypeMethodDescriptionvoidHigsonDbDataSource.setDataSource(MpDecodingStrategy decodingStrategy, ExtSqlExecutor extSqlExecutor) -
Uses of ExtSqlExecutor in io.higson.runtime.core.datasource.snapshot
Methods in io.higson.runtime.core.datasource.snapshot with parameters of type ExtSqlExecutorModifier and TypeMethodDescriptionvoidHigsonSnapshotDataSource.setDataSource(MpDecodingStrategy decodingStrategy, ExtSqlExecutor extSqlExecutor) -
Uses of ExtSqlExecutor in io.higson.runtime.dao.parameter
Constructors in io.higson.runtime.dao.parameter with parameters of type ExtSqlExecutorModifierConstructorDescriptionParameterJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor, MpDecodingStrategy decodingStrategy, ExtSqlExecutor extSqlExecutor) -
Uses of ExtSqlExecutor in io.higson.runtime.evict
Constructors in io.higson.runtime.evict with parameters of type ExtSqlExecutorModifierConstructorDescriptionParamEvictor(PreparedParamCache indexCache, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor) ParamEvictor(PreparedParamCache indexCache, Clock clock, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor) -
Uses of ExtSqlExecutor in io.higson.runtime.provider
Constructors in io.higson.runtime.provider with parameters of type ExtSqlExecutorModifierConstructorDescriptionMpParameterProvider(ParameterDao dao, ExternalStorageDao externalDao, int maxConcurrentLoads, ParameterAiModelService parameterAiModelService, ExtSqlExecutor extSqlExecutor) -
Uses of ExtSqlExecutor in io.higson.runtime.sync
Constructors in io.higson.runtime.sync with parameters of type ExtSqlExecutorModifierConstructorDescriptionRefreshRuntimeWatcher(PreparedParamCache indexCache, Reloader reloader, HigsonFlightRecorder flightRecorder, ExtSqlExecutor sqlExecutor)