@Configuration public class AutoSQLConfig extends Object implements com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
| 构造器和说明 |
|---|
AutoSQLConfig(AutoSQLValue autoSQLValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
insertFill(org.apache.ibatis.reflection.MetaObject metaObject)
插入字段 时间 填充
|
void |
updateFill(org.apache.ibatis.reflection.MetaObject metaObject)
更新字段 时间 填充
|
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 AutoSQLConfig(AutoSQLValue autoSQLValue)
public void insertFill(org.apache.ibatis.reflection.MetaObject metaObject)
insertFill 在接口中 com.baomidou.mybatisplus.core.handlers.MetaObjectHandlermetaObject - 源数据public void updateFill(org.apache.ibatis.reflection.MetaObject metaObject)
updateFill 在接口中 com.baomidou.mybatisplus.core.handlers.MetaObjectHandlermetaObject - 源数据Copyright © 2021. All rights reserved.