类 EbProductDescription_mapper

java.lang.Object
com.walker.jdbc.BasePo<EbProductDescription>
com.ishop.model.po.EbProductDescription
com.ishop.model.po.EbProductDescription_mapper
所有已实现的接口:
com.walker.jdbc.BaseMapper<EbProductDescription>, Serializable, Cloneable, org.springframework.jdbc.core.RowMapper<EbProductDescription>

public class EbProductDescription_mapper extends EbProductDescription implements com.walker.jdbc.BaseMapper<EbProductDescription>
表名:EB_PRODUCT_DESCRIPTION *
作者:
genrator
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • EbProductDescription_mapper

      public EbProductDescription_mapper(EbProductDescription ebProductDescription)
      默认构造函数
  • 方法详细资料

    • getTableName_

      public String getTableName_()
      获取表名
      指定者:
      getTableName_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getPkName_

      public String getPkName_()
      获取主键名称
      指定者:
      getPkName_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getPkValue_

      public Object getPkValue_()
      获取主键值
      指定者:
      getPkValue_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getInsertSql_

      public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getInsertSql_()
      获取插入语句和参数
      指定者:
      getInsertSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getUpdateSql_

      public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getUpdateSql_()
      获取更新语句和参数
      指定者:
      getUpdateSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getUpdateSql_

      public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getUpdateSql_(String where, Map<String,Object> parameters)
      获取更新语句和参数
      指定者:
      getUpdateSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getUpdateSql_

      public com.walker.jdbc.SqlAndParameters<Object[]> getUpdateSql_(String where, Object[] parameters)
      获取更新语句和参数
      指定者:
      getUpdateSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getDeleteSql_

      public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getDeleteSql_()
      获取删除语句和参数
      指定者:
      getDeleteSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getDeleteSql_

      public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getDeleteSql_(String where, Map<String,Object> parameters)
      获取删除语句和参数
      指定者:
      getDeleteSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getDeleteSql_

      public com.walker.jdbc.SqlAndParameters<Object[]> getDeleteSql_(String where, Object[] parameters)
      获取删除语句和参数
      指定者:
      getDeleteSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getSingleSql_

      public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getSingleSql_()
      获取单行查询语句和参数
      指定者:
      getSingleSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getSelectSql_

      public com.walker.jdbc.SqlAndParameters<Map<String,Object>> getSelectSql_(String where, Map<String,Object> parameters)
      获取查询语句和参数
      指定者:
      getSelectSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • getSelectSql_

      public com.walker.jdbc.SqlAndParameters<Object[]> getSelectSql_(String where, Object[] parameters)
      获取查询语句和参数
      指定者:
      getSelectSql_ 在接口中 com.walker.jdbc.BaseMapper<EbProductDescription>
    • mapRow

      public EbProductDescription mapRow(ResultSet rs, int i) throws SQLException
      将resultset的一行转化为po
      指定者:
      mapRow 在接口中 org.springframework.jdbc.core.RowMapper<EbProductDescription>
      抛出:
      SQLException
    • toEbProductDescription

      public EbProductDescription toEbProductDescription()
      克隆