public abstract class ExcutorBase<E,R> extends Object implements IExcutor<E,R>, org.dragonli.tools.general.IDataCachePool
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.jdbc.core.JdbcTemplate |
jdbcTemplate |
protected E |
para |
protected R |
result |
protected TableStructure |
table |
| 构造器和说明 |
|---|
ExcutorBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
void |
execute() |
protected void |
formatObject(Map<String,Object> map) |
void |
init(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
TableStructure table,
E para) |
void |
init(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
TableStructure table,
E para,
boolean auto) |
protected Map<String,Object>[] |
listIn(Object[] arr0) |
R |
result() |
protected void |
setDefaultValue(PreparedStatement ps,
int indexKey,
int indexValue) |
protected org.springframework.jdbc.core.JdbcTemplate jdbcTemplate
protected TableStructure table
protected R result
protected E para
protected void setDefaultValue(PreparedStatement ps, int indexKey, int indexValue) throws SQLException
SQLExceptionpublic void init(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
TableStructure table,
E para)
public void init(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
TableStructure table,
E para,
boolean auto)
public void execute()
Copyright © 2019. All rights reserved.