类 org.crazycake.jdbcTemplateTool.model.SqlParamsPairs
的使用

使用 SqlParamsPairs 的软件包
org.crazycake.jdbcTemplateTool.utils   
 

org.crazycake.jdbcTemplateTool.utilsSqlParamsPairs 的使用
 

返回 SqlParamsPairsorg.crazycake.jdbcTemplateTool.utils 中的方法
static SqlParamsPairs ModelSqlUtils.getDeleteFromObject(Object po)
          从对象中获取delete语句
static
<T> SqlParamsPairs
ModelSqlUtils.getGetFromObject(Class<T> clazz, Object id)
          获取根据主键查对象的sql和参数
static
<T> SqlParamsPairs
ModelSqlUtils.getInsertFromObject(T po)
          从po对象中分析出insert语句
static SqlParamsPairs ModelSqlUtils.getUpdateFromObject(Object po)
          从对象中获取update语句
static SqlParamsPairs InUtils.handleIn(String sql, Object[] params)
          Change sql if found array in params
 



Copyright © 2014. All rights reserved.