public class MybatisRoutingStatementHandler
extends org.apache.ibatis.executor.statement.RoutingStatementHandler
| 构造器和说明 |
|---|
MybatisRoutingStatementHandler(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.session.ResultHandler resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql) |
public MybatisRoutingStatementHandler(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.session.ResultHandler resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql)
public Statement prepare(Connection connection, Integer transactionTimeout) throws SQLException
prepare 在接口中 org.apache.ibatis.executor.statement.StatementHandlerprepare 在类中 org.apache.ibatis.executor.statement.RoutingStatementHandlerSQLExceptionCopyright © 2025. All rights reserved.