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.dao
Fields in io.higson.runtime.dao declared as ConnectionInterceptorModifier and TypeFieldDescriptionprotected final ConnectionInterceptorBaseDao.connectionInterceptorConstructors in io.higson.runtime.dao with parameters of type ConnectionInterceptorModifierConstructorDescriptionprotectedBaseDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) DevModeJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) DomainCacheJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor, VersionJdbcDao versionDao, SystemVersionProvider systemVersionProvider) 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.provider
Constructors in io.higson.runtime.provider with parameters of type ConnectionInterceptorModifierConstructorDescriptionMpParameterProvider(ParameterJdbcDao dao, ExternalStorageDao externalDao, int maxConcurrentLoads, ExternalDataSourceProvider externalDataSourceProvider, ConnectionInterceptor connectionInterceptor)