类 BaseSqlBeanServiceImpl<T>
java.lang.Object
cn.vonce.sql.java.service.BaseSqlBeanServiceImpl<T>
SqlBeanServiceImpl 抽象类 获取配置通用实现
- 版本:
- 1.0
- 作者:
- Jovi
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidconditionHandle(cn.vonce.sql.bean.CommonCondition<?> condition, cn.vonce.sql.define.ConditionHandle<T> cond) protected cn.vonce.sql.helper.WrapperconditionHandle(cn.vonce.sql.define.ConditionHandle<T> cond) abstract Longabstract cn.vonce.sql.config.SqlBeanMetavoidhandleColumnInfo(List<cn.vonce.sql.bean.ColumnInfo> columnInfoList) 处理字段信息<T> voidsetAutoIncrId(Class<?> clazz, Collection<T> beanList) 设置自增id
-
构造器详细资料
-
BaseSqlBeanServiceImpl
public BaseSqlBeanServiceImpl()
-
-
方法详细资料
-
getSqlBeanMeta
public abstract cn.vonce.sql.config.SqlBeanMeta getSqlBeanMeta() -
handleColumnInfo
处理字段信息- 参数:
columnInfoList-
-
getAutoIncrId
-
setAutoIncrId
设置自增id- 类型参数:
T-- 参数:
clazz-beanList-
-
conditionHandle
protected void conditionHandle(cn.vonce.sql.bean.CommonCondition<?> condition, cn.vonce.sql.define.ConditionHandle<T> cond) -
conditionHandle
-