public abstract class BaseSqlBeanServiceImpl<T> extends Object
| 构造器和说明 |
|---|
BaseSqlBeanServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
conditionHandle(cn.vonce.sql.bean.CommonCondition<?> condition,
cn.vonce.sql.define.ConditionHandle<T> cond) |
protected cn.vonce.sql.helper.Wrapper |
conditionHandle(cn.vonce.sql.define.ConditionHandle<T> cond) |
abstract Long |
getAutoIncrId() |
abstract cn.vonce.sql.config.SqlBeanMeta |
getSqlBeanMeta() |
void |
handleColumnInfo(List<cn.vonce.sql.bean.ColumnInfo> columnInfoList)
处理字段信息
|
<T> void |
setAutoIncrId(Class<?> clazz,
Collection<T> beanList)
设置自增id
|
public abstract cn.vonce.sql.config.SqlBeanMeta getSqlBeanMeta()
public void handleColumnInfo(List<cn.vonce.sql.bean.ColumnInfo> columnInfoList)
columnInfoList - public abstract Long getAutoIncrId()
public <T> void setAutoIncrId(Class<?> clazz, Collection<T> beanList)
T - clazz - beanList - protected void conditionHandle(cn.vonce.sql.bean.CommonCondition<?> condition,
cn.vonce.sql.define.ConditionHandle<T> cond)
protected cn.vonce.sql.helper.Wrapper conditionHandle(cn.vonce.sql.define.ConditionHandle<T> cond)
Copyright © 2025. All rights reserved.