Package cn.sliew.sakura.dao.meta
Class MetaHandler
- java.lang.Object
-
- cn.sliew.sakura.dao.meta.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 voidinsertFill(org.apache.ibatis.reflection.MetaObject metaObject)voidupdateFill(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
-
-
-
-
Method Detail
-
insertFill
public void insertFill(org.apache.ibatis.reflection.MetaObject metaObject)
- Specified by:
insertFillin interfacecom.baomidou.mybatisplus.core.handlers.MetaObjectHandler
-
updateFill
public void updateFill(org.apache.ibatis.reflection.MetaObject metaObject)
- Specified by:
updateFillin interfacecom.baomidou.mybatisplus.core.handlers.MetaObjectHandler
-
-