Uses of Interface
org.huiche.dao.support.DaoInterceptor
Packages that use DaoInterceptor
Package
Description
数据访问对象实现
Dao实现的支持
huiche-SpringBoot自动配置
-
Uses of DaoInterceptor in org.huiche.dao
Methods in org.huiche.dao that return DaoInterceptorConstructor parameters in org.huiche.dao with type arguments of type DaoInterceptorModifierConstructorDescriptionDao(JdbcExecutor jdbcExecutor, List<DaoInterceptor> daoInterceptors) 默认构造 -
Uses of DaoInterceptor in org.huiche.dao.support
Classes in org.huiche.dao.support that implement DaoInterceptorFields in org.huiche.dao.support declared as DaoInterceptorMethods in org.huiche.dao.support that return DaoInterceptorConstructor parameters in org.huiche.dao.support with type arguments of type DaoInterceptor -
Uses of DaoInterceptor in org.huiche.spring.boot.autoconfigure
Method parameters in org.huiche.spring.boot.autoconfigure with type arguments of type DaoInterceptorModifier and TypeMethodDescriptionHuicheAutoConfiguration.dao(JdbcExecutor jdbcExecutor, org.springframework.beans.factory.ObjectProvider<List<DaoInterceptor>> interceptorProvider) 数据访问对象