类 DeleteById

java.lang.Object
top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
top.zephyrs.mybatis.semi.injects.methods.DeleteById
所有已实现的接口:
InjectMethod

public class DeleteById extends AbstractInjectMethod
  • 构造器详细资料

    • DeleteById

      public DeleteById()
  • 方法详细资料

    • getId

      public String getId()
    • getSqlCommandType

      public org.apache.ibatis.mapping.SqlCommandType getSqlCommandType()
    • buildSqlScript

      public String buildSqlScript(SemiMybatisConfiguration configuration, MetaInfo metaInfo)
      从类复制的说明: AbstractInjectMethod
      构建sql语句
      指定者:
      buildSqlScript 在类中 AbstractInjectMethod
      参数:
      configuration - mybatis配置信息 // * @param beanClass Mapper的泛型的具体类型 // * @param parameterTypeClass 参数类型
      metaInfo - 对应的 表信息,包含列,字段,表名等等
      返回:
      sql语句