类 SfAttachment_mapper
java.lang.Object
com.walker.jdbc.BasePo<SfAttachment>
com.iplatform.model.po.SfAttachment
com.iplatform.model.po.SfAttachment_mapper
- 所有已实现的接口:
com.walker.jdbc.BaseMapper<SfAttachment>,Serializable,Cloneable,org.springframework.jdbc.core.RowMapper<SfAttachment>
public class SfAttachment_mapper
extends SfAttachment
implements com.walker.jdbc.BaseMapper<SfAttachment>
表名:SF_ATTACHMENT *
- 作者:
- genrator
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final org.springframework.jdbc.core.RowMapper<SfAttachment>static final Stringstatic final Stringstatic final String从类继承的字段 com.iplatform.model.po.SfAttachment
isset_attDir, isset_attId, isset_attSize, isset_attType, isset_createTime, isset_fileStoreType, isset_groupId, isset_imageType, isset_name, isset_owner, isset_pid, isset_sattDir, isset_updateTime, isset_userName -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取删除语句和参数com.walker.jdbc.SqlAndParameters<Object[]>getDeleteSql_(String where, Object[] parameters) 获取删除语句和参数getDeleteSql_(String where, Map<String, Object> parameters) 获取删除语句和参数获取插入语句和参数获取主键名称获取主键值com.walker.jdbc.SqlAndParameters<Object[]>getSelectSql_(String where, Object[] parameters) 获取查询语句和参数getSelectSql_(String where, Map<String, Object> parameters) 获取查询语句和参数获取单行查询语句和参数获取表名获取更新语句和参数com.walker.jdbc.SqlAndParameters<Object[]>getUpdateSql_(String where, Object[] parameters) 获取更新语句和参数getUpdateSql_(String where, Map<String, Object> parameters) 获取更新语句和参数将resultset的一行转化为po克隆从类继承的方法 com.iplatform.model.po.SfAttachment
$clone, getAttDir, getAttId, getAttSize, getAttType, getCreateTime, getFileStoreType, getGroupId, getImageType, getName, getOwner, getPid, getSattDir, getUpdateTime, getUserName, isEmptyAttDir, isEmptyAttId, isEmptyAttSize, isEmptyAttType, isEmptyCreateTime, isEmptyFileStoreType, isEmptyGroupId, isEmptyImageType, isEmptyName, isEmptyOwner, isEmptyPid, isEmptySattDir, isEmptyUpdateTime, isEmptyUserName, setAttDir, setAttId, setAttSize, setAttType, setCreateTime, setFileStoreType, setGroupId, setImageType, setName, setOwner, setPid, setPkValue, setSattDir, setUpdateTime, setUserName, toString从类继承的方法 com.walker.jdbc.BasePo
getParameter, getParameter, getParameterBoolean, getParameterDouble, getParameterInt, getParameterLong, getParameterString, setParameter, setParameter, setParameterBoolean, setParameterDouble, setParameterInt, setParameterLong, setParameterString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 com.walker.jdbc.BaseMapper
setPkValue
-
字段详细资料
-
构造器详细资料
-
SfAttachment_mapper
默认构造函数
-
-
方法详细资料
-
getTableName_
获取表名- 指定者:
getTableName_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getPkName_
获取主键名称- 指定者:
getPkName_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getPkValue_
获取主键值- 指定者:
getPkValue_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getInsertSql_
获取插入语句和参数- 指定者:
getInsertSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getUpdateSql_
获取更新语句和参数- 指定者:
getUpdateSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getUpdateSql_
public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getUpdateSql_(String where, Map<String, Object> parameters) 获取更新语句和参数- 指定者:
getUpdateSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getUpdateSql_
获取更新语句和参数- 指定者:
getUpdateSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getDeleteSql_
获取删除语句和参数- 指定者:
getDeleteSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getDeleteSql_
public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getDeleteSql_(String where, Map<String, Object> parameters) 获取删除语句和参数- 指定者:
getDeleteSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getDeleteSql_
获取删除语句和参数- 指定者:
getDeleteSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getSingleSql_
获取单行查询语句和参数- 指定者:
getSingleSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getSelectSql_
public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getSelectSql_(String where, Map<String, Object> parameters) 获取查询语句和参数- 指定者:
getSelectSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
getSelectSql_
获取查询语句和参数- 指定者:
getSelectSql_在接口中com.walker.jdbc.BaseMapper<SfAttachment>
-
mapRow
将resultset的一行转化为po- 指定者:
mapRow在接口中org.springframework.jdbc.core.RowMapper<SfAttachment>- 抛出:
SQLException
-
toSfAttachment
克隆
-