public abstract class AbstractProvider<T> extends Object implements ICrudProvider
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
isPkInsert |
protected String |
pkDbName |
protected String |
pkFiledName |
protected SQLBeanBuilder |
sbb |
protected SQLTextBuilder |
stb |
protected String |
tableName |
| 构造器和说明 |
|---|
AbstractProvider(Method method,
AncestorDao jdbcTemplate,
Class<T> clazz) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Class<T> |
getClazz() |
protected AncestorDao |
getJdbcTemplate() |
protected Method |
getMethod() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected SQLBeanBuilder sbb
protected SQLTextBuilder stb
protected String tableName
protected boolean isPkInsert
protected String pkFiledName
protected String pkDbName
public AbstractProvider(Method method, AncestorDao jdbcTemplate, Class<T> clazz)
protected AncestorDao getJdbcTemplate()
protected Method getMethod()
Copyright © 2018. All rights reserved.