public class StatefulJdbcExecutor<T> extends JdbcExecutor<T> implements JdbcBatchExecutor
| 限定符 | 构造器和说明 |
|---|---|
protected |
StatefulJdbcExecutor(Class<T> interfaceClass,
Connection connection,
boolean batch) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Function<Object[],Object> |
buildMethodFunction(MethodMetadata meta) |
List<BatchResult> |
flush() |
protected Connection |
getConnection(MethodArgs methodArgs) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
$handler, buildSelectFunction, buildUpdateFunctionprotected StatefulJdbcExecutor(Class<T> interfaceClass, Connection connection, boolean batch)
protected Connection getConnection(MethodArgs methodArgs)
getConnection 在类中 JdbcExecutor<T>protected Function<Object[],Object> buildMethodFunction(MethodMetadata meta)
buildMethodFunction 在类中 JdbcExecutor<T>public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke 在接口中 InvocationHandlerinvoke 在类中 JdbcExecutor<T>Throwablepublic List<BatchResult> flush() throws SQLException
flush 在接口中 JdbcBatchExecutorSQLExceptionCopyright © 2025 fossc. All rights reserved.