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)