com.xiaoleilu.hutool.db.handler
类 SingleEntityHandler
java.lang.Object
com.xiaoleilu.hutool.db.handler.SingleEntityHandler
- 所有已实现的接口:
- RsHandler<Entity>
public class SingleEntityHandler
- extends Object
- implements RsHandler<Entity>
- 作者:
- loolly
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleEntityHandler
public SingleEntityHandler()
create
public static SingleEntityHandler create()
- 创建一个 SingleEntityHandler对象
- 返回:
- SingleEntityHandler对象
handle
public Entity handle(ResultSet rs)
throws SQLException
- 指定者:
- 接口
RsHandler<Entity> 中的 handle
- 抛出:
SQLException
Copyright © 2014. All rights reserved.