public class SimpleExecutor extends BaseExecutor
| 构造器和说明 |
|---|
SimpleExecutor(javax.sql.DataSource dataSource) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T> T |
doExecute(PreparedStatementBuilder builder,
PreparedStatementCallback<T> action) |
protected <T> void |
doExecute(PreparedStatementBuilder builder,
RowMapper<T> rowMapper,
ResultSetStream<T> stream) |
protected <T> T |
doExecute(StatementCallback<T> action) |
javax.sql.DataSource |
getDataSource() |
addInterceptor, applyCache, execute, execute, execute, getInterceptorChain, setCachegetCachekeyBuilder, getSqlProviderprotected <T> T doExecute(StatementCallback<T> action)
doExecute 在类中 BaseExecutorprotected <T> T doExecute(PreparedStatementBuilder builder, PreparedStatementCallback<T> action)
doExecute 在类中 BaseExecutorprotected <T> void doExecute(PreparedStatementBuilder builder, RowMapper<T> rowMapper, ResultSetStream<T> stream)
doExecute 在类中 BaseExecutorpublic javax.sql.DataSource getDataSource()
Copyright © 2018. All Rights Reserved.