Uses of Interface
org.huiche.jdbc.JdbcExecutor
Packages that use JdbcExecutor
Package
Description
数据访问对象实现
Dao实现的支持
jdbc执行器
huiche-SpringBoot自动配置
-
Uses of JdbcExecutor in org.huiche.dao
Methods in org.huiche.dao that return JdbcExecutorConstructors in org.huiche.dao with parameters of type JdbcExecutorModifierConstructorDescriptionDao(JdbcExecutor jdbcExecutor, List<DaoInterceptor> daoInterceptors) 默认构造 -
Uses of JdbcExecutor in org.huiche.dao.support
Methods in org.huiche.dao.support that return JdbcExecutor -
Uses of JdbcExecutor in org.huiche.jdbc
Classes in org.huiche.jdbc that implement JdbcExecutorMethods in org.huiche.jdbc that return JdbcExecutorModifier and TypeMethodDescriptionstatic JdbcExecutorJdbcExecutor.of(ConfigurationBuilder configurationBuilder) 创建jdbc执行器Methods in org.huiche.jdbc with parameters of type JdbcExecutorModifier and TypeMethodDescriptionstatic <T> MappedQuery<T> MappedQuery.of(JdbcExecutor executor, String sql, List<?> params, RowMapper<T> rowMapper) 创建查询映射static SqlSpecSqlSpec.of(JdbcExecutor executor, String sql, List<?> params) 创建SQL操作对象 -
Uses of JdbcExecutor in org.huiche.spring.boot.autoconfigure
Methods in org.huiche.spring.boot.autoconfigure that return JdbcExecutorModifier and TypeMethodDescriptionHuicheAutoConfiguration.jdbcExecutor(DataSource dataSource, HuicheProperties properties, org.springframework.beans.factory.ObjectProvider<Dialect> dialectProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.jdbc.autoconfigure.JdbcProperties> jdbcPropertiesProvider, org.springframework.beans.factory.ObjectProvider<List<Listener>> listenerProvider, org.springframework.beans.factory.ObjectProvider<SerializationMapper> serializationMapperProvider, org.springframework.beans.factory.ObjectProvider<List<ColumnMapper<?>>> columnMapperProvider, org.springframework.beans.factory.ObjectProvider<List<Generator>> generatorProvider, org.springframework.beans.factory.ObjectProvider<List<ConfigurationCustomizer>> customizerProvider) jdbc执行器Methods in org.huiche.spring.boot.autoconfigure with parameters of type JdbcExecutorModifier and TypeMethodDescriptionHuicheAutoConfiguration.dao(JdbcExecutor jdbcExecutor, org.springframework.beans.factory.ObjectProvider<List<DaoInterceptor>> interceptorProvider) 数据访问对象