Class MpMetaObjectHandler

java.lang.Object
cn.sinozg.applet.common.handler.MpMetaObjectHandler
All Implemented Interfaces:
com.baomidou.mybatisplus.core.handlers.MetaObjectHandler

@Component public class MpMetaObjectHandler extends Object implements com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
mybatis plus 通用配置
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final String
     
    private static final String
     
    private static final String
     
    private static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private String
     
    void
    insertFill(org.apache.ibatis.reflection.MetaObject mo)
     
    void
    updateFill(org.apache.ibatis.reflection.MetaObject mo)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandler

    fillStrategy, findTableInfo, getFieldValByName, openInsertFill, openInsertFill, openUpdateFill, openUpdateFill, setFieldValByName, strictFill, strictFillStrategy, strictInsertFill, strictInsertFill, strictInsertFill, strictUpdateFill, strictUpdateFill, strictUpdateFill
  • Field Details

  • Constructor Details

    • MpMetaObjectHandler

      public MpMetaObjectHandler()
  • Method Details

    • insertFill

      public void insertFill(org.apache.ibatis.reflection.MetaObject mo)
      Specified by:
      insertFill in interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
    • updateFill

      public void updateFill(org.apache.ibatis.reflection.MetaObject mo)
      Specified by:
      updateFill in interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
    • getUserId

      private String getUserId()