@Component public class MyMetaObjectHandler extends Object implements com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
Constructor and Description |
---|
MyMetaObjectHandler() |
Modifier and Type | Method and Description |
---|---|
void |
insertFill(org.apache.ibatis.reflection.MetaObject metaObject)
执行insert操作自动填充
|
void |
updateFill(org.apache.ibatis.reflection.MetaObject metaObject)
执行update操作自动填充
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fillStrategy, findTableInfo, getFieldValByName, isFill, openInsertFill, openUpdateFill, setFieldValByName, setFieldValByName, setInsertFieldValByName, setUpdateFieldValByName, strictFill, strictFillStrategy, strictInsertFill, strictInsertFill, strictInsertFill, strictUpdateFill, strictUpdateFill, strictUpdateFill
public void insertFill(org.apache.ibatis.reflection.MetaObject metaObject)
insertFill
in interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
metaObject
- public void updateFill(org.apache.ibatis.reflection.MetaObject metaObject)
updateFill
in interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
metaObject
- Copyright © 2022. All rights reserved.