Uses of Interface
io.higson.runtime.dao.util.ConnectionInterceptor
Packages that use ConnectionInterceptor
Package
Description
-
Uses of ConnectionInterceptor in io.higson.runtime.core
Constructors in io.higson.runtime.core with parameters of type ConnectionInterceptorModifierConstructorDescriptionHigsonEngineFactory(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Uses of ConnectionInterceptor in io.higson.runtime.core.datasource.database
Constructors in io.higson.runtime.core.datasource.database with parameters of type ConnectionInterceptorModifierConstructorDescriptionHigsonDbDataSource(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Uses of ConnectionInterceptor in io.higson.runtime.dao
Constructors in io.higson.runtime.dao with parameters of type ConnectionInterceptorModifierConstructorDescriptionDevModeJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) DomainCacheJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor, VersionDao versionDao) FunctionJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) MiniJdbcTemplate(DataSource dataSource, ConnectionInterceptor connectionInterceptor) SessionJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) VersionJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Uses of ConnectionInterceptor in io.higson.runtime.dao.external
Constructors in io.higson.runtime.dao.external with parameters of type ConnectionInterceptorModifierConstructorDescriptionExternalStorageDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Uses of ConnectionInterceptor in io.higson.runtime.dao.parameter
Constructors in io.higson.runtime.dao.parameter with parameters of type ConnectionInterceptorModifierConstructorDescriptionParameterJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) ParameterJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor, MpDecodingStrategy decodingStrategy, ExtSqlExecutor extSqlExecutor) -
Uses of ConnectionInterceptor in io.higson.runtime.dao.util
Classes in io.higson.runtime.dao.util that implement ConnectionInterceptorModifier and TypeClassDescriptionclassSimple connection interceptor, without any DI usages. -
Uses of ConnectionInterceptor in io.higson.runtime.diagnostic.callstack
Constructors in io.higson.runtime.diagnostic.callstack with parameters of type ConnectionInterceptorModifierConstructorDescriptionDiagnosticCallStackReportDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Uses of ConnectionInterceptor in io.higson.runtime.diagnostic.info
Constructors in io.higson.runtime.diagnostic.info with parameters of type ConnectionInterceptorModifierConstructorDescriptionDiagnosticRuntimeInfoDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Uses of ConnectionInterceptor in io.higson.runtime.diagnostic.metrics
Constructors in io.higson.runtime.diagnostic.metrics with parameters of type ConnectionInterceptorModifierConstructorDescriptionDiagnosticRuntimeMetricDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Uses of ConnectionInterceptor in io.higson.runtime.diagnostic.threadstate
Constructors in io.higson.runtime.diagnostic.threadstate with parameters of type ConnectionInterceptorModifierConstructorDescriptionDiagnosticThreadStateSnapshotDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor)