public class LogicDeleteByIdWithFill
extends com.baomidou.mybatisplus.core.injector.AbstractMethod
注意入参是 entity !!! ,如果字段没有自动填充,就只是单纯的逻辑删除
自己的通用 mapper 如下使用:
int deleteByIdWithFill(T entity);
builderAssistant, configuration, languageDriver, logger
COLLECTION, COLUMN_MAP, COLUMN_MAP_IS_EMPTY, ENTITY, ENTITY_DOT, MD5, MP_OPTLOCK_ET_ORIGINAL, MP_OPTLOCK_VERSION_COLUMN, MP_OPTLOCK_VERSION_ORIGINAL, MYBATIS_PLUS, Q_WRAPPER_SQL_COMMENT, Q_WRAPPER_SQL_SELECT, U_WRAPPER_SQL_SET, WHERE, WRAPPER, WRAPPER_DOT, WRAPPER_EMPTYOFNORMAL, WRAPPER_EMPTYOFWHERE, WRAPPER_ENTITY, WRAPPER_ENTITY_DOT, WRAPPER_NONEMPTYOFENTITY, WRAPPER_NONEMPTYOFNORMAL, WRAPPER_NONEMPTYOFWHERE, WRAPPER_PARAM, WRAPPER_PARAM_FORMAT, WRAPPER_SQLSEGMENT
AMPERSAND, AND, ASTERISK, AT, BACK_SLASH, BACKTICK, BYTES_NEW_LINE, COLON, COMMA, CRLF, DASH, DOLLAR, DOLLAR_LEFT_BRACE, DOT, DOT_CLASS, DOT_JAVA, DOT_NEWLINE, DOT_XML, DOTDOT, EMPTY, EMPTY_ARRAY, EQUALS, EXCLAMATION_MARK, FALSE, HASH, HASH_LEFT_BRACE, HAT, HTML_AMP, HTML_GT, HTML_LT, HTML_NBSP, HTML_QUOTE, ISO_8859_1, LEFT_BRACE, LEFT_BRACKET, LEFT_CHEV, LEFT_SQ_BRACKET, N, NEWLINE, NO, NULL, OFF, ON, ONE, PERCENT, PIPE, PLUS, QUESTION_MARK, QUOTE, RETURN, RIGHT_BRACE, RIGHT_BRACKET, RIGHT_CHEV, RIGHT_SQ_BRACKET, SEMICOLON, SINGLE_QUOTE, SLASH, SPACE, STAR, TAB, TILDA, TRUE, UNDERSCORE, US_ASCII, UTF_8, Y, YES, ZERO
构造器和说明 |
---|
LogicDeleteByIdWithFill() |
限定符和类型 | 方法和说明 |
---|---|
org.apache.ibatis.mapping.MappedStatement |
injectMappedStatement(java.lang.Class<?> mapperClass,
java.lang.Class<?> modelClass,
com.baomidou.mybatisplus.core.metadata.TableInfo tableInfo) |
addDeleteMappedStatement, addInsertMappedStatement, addMappedStatement, addSelectMappedStatementForOther, addSelectMappedStatementForTable, addUpdateMappedStatement, filterTableFieldInfo, inject, optlockVersion, sqlComment, sqlCount, sqlLogicSet, sqlSelectColumns, sqlSelectObjsColumns, sqlSet, sqlWhereByMap, sqlWhereEntityWrapper
public org.apache.ibatis.mapping.MappedStatement injectMappedStatement(java.lang.Class<?> mapperClass, java.lang.Class<?> modelClass, com.baomidou.mybatisplus.core.metadata.TableInfo tableInfo)
injectMappedStatement
在类中 com.baomidou.mybatisplus.core.injector.AbstractMethod