public class PojoQueryEntityByJoinCallback extends Object implements PojoCallback
| Constructor and Description |
|---|
PojoQueryEntityByJoinCallback(String regex) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Connection conn,
ResultSet rs,
Pojo pojo,
Statement stmt) |
protected String regex
public PojoQueryEntityByJoinCallback(String regex)
public Object invoke(Connection conn, ResultSet rs, Pojo pojo, Statement stmt) throws SQLException
invoke in interface PojoCallbackconn - 数据库连接rs - 结果集pojo - SQL语句stmt - TODOSQLException - SQL 发生错误Copyright © 2017. All rights reserved.