@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, waitfillStrategy, findTableInfo, getFieldValByName, isFill, openInsertFill, openUpdateFill, setFieldValByName, setFieldValByName, setInsertFieldValByName, setUpdateFieldValByName, strictFill, strictFillStrategy, strictInsertFill, strictInsertFill, strictInsertFill, strictUpdateFill, strictUpdateFill, strictUpdateFillpublic void insertFill(org.apache.ibatis.reflection.MetaObject metaObject)
insertFill in interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandlermetaObject - public void updateFill(org.apache.ibatis.reflection.MetaObject metaObject)
updateFill in interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandlermetaObject - Copyright © 2022. All rights reserved.