Class MetaHandler

  • All Implemented Interfaces:
    com.baomidou.mybatisplus.core.handlers.MetaObjectHandler

    public class MetaHandler
    extends java.lang.Object
    implements com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void insertFill​(org.apache.ibatis.reflection.MetaObject metaObject)  
      void updateFill​(org.apache.ibatis.reflection.MetaObject metaObject)  
      • 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, openUpdateFill, setFieldValByName, strictFill, strictFillStrategy, strictInsertFill, strictInsertFill, strictInsertFill, strictUpdateFill, strictUpdateFill, strictUpdateFill
    • Constructor Detail

      • MetaHandler

        public MetaHandler()
    • Method Detail

      • insertFill

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

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