net.paoding.rose.jade.statement
类 SelectQuerier
java.lang.Object
net.paoding.rose.jade.statement.SelectQuerier
- 所有已实现的接口:
- Querier
public class SelectQuerier
- extends Object
- implements Querier
实现 SELECT 查询。
- 作者:
- 王志亮 [qieqie.wang@gmail.com], 廖涵 [in355hz@gmail.com]
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectQuerier
public SelectQuerier(DataAccessFactory dataAccessProvider,
StatementMetaData metaData,
org.springframework.jdbc.core.RowMapper rowMapper)
execute
public Object execute(SQLType sqlType,
StatementRuntime... runtimes)
- 指定者:
- 接口
Querier 中的 execute
execute
public Object execute(SQLType sqlType,
StatementRuntime runtime)
Copyright © 2012. All Rights Reserved.