类 AbstractMapper

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String count​(java.util.List<java.lang.String> where)
      The count method contains where params.
      java.lang.String delete​(java.util.List<java.lang.String> params)
      The delete method contains.
      java.lang.String[] getPrimaryKeyGeneratedKeys()
      Get config_info table primary keys name.
      java.lang.String insert​(java.util.List<java.lang.String> columns)
      The insert method contains columns.
      java.lang.String select​(java.util.List<java.lang.String> columns, java.util.List<java.lang.String> where)
      The select method contains columns and where params.
      java.lang.String update​(java.util.List<java.lang.String> columns, java.util.List<java.lang.String> where)
      The update method contains columns and where params.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • AbstractMapper

        public AbstractMapper()
    • 方法详细资料

      • select

        public java.lang.String select​(java.util.List<java.lang.String> columns,
                                       java.util.List<java.lang.String> where)
        从接口复制的说明: Mapper
        The select method contains columns and where params.
        指定者:
        select 在接口中 Mapper
        参数:
        columns - The columns
        where - The where params
        返回:
        The sql of select
      • insert

        public java.lang.String insert​(java.util.List<java.lang.String> columns)
        从接口复制的说明: Mapper
        The insert method contains columns.
        指定者:
        insert 在接口中 Mapper
        参数:
        columns - The columns
        返回:
        The sql of insert
      • update

        public java.lang.String update​(java.util.List<java.lang.String> columns,
                                       java.util.List<java.lang.String> where)
        从接口复制的说明: Mapper
        The update method contains columns and where params.
        指定者:
        update 在接口中 Mapper
        参数:
        columns - The columns
        where - The where params
        返回:
        The sql of update
      • delete

        public java.lang.String delete​(java.util.List<java.lang.String> params)
        从接口复制的说明: Mapper
        The delete method contains.
        指定者:
        delete 在接口中 Mapper
        参数:
        params - The params
        返回:
        The sql of delete
      • count

        public java.lang.String count​(java.util.List<java.lang.String> where)
        从接口复制的说明: Mapper
        The count method contains where params.
        指定者:
        count 在接口中 Mapper
        参数:
        where - The where params
        返回:
        The sql of count
      • getPrimaryKeyGeneratedKeys

        public java.lang.String[] getPrimaryKeyGeneratedKeys()
        从接口复制的说明: Mapper
        Get config_info table primary keys name. The old default value: Statement.RETURN_GENERATED_KEYS The new default value: new String[]{"id"}
        指定者:
        getPrimaryKeyGeneratedKeys 在接口中 Mapper
        返回:
        an array of column names indicating the columns