@Component public class MpMetaObjectHandler extends Object implements com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
| Modifier and Type | Field and Description |
|---|---|
private static String |
CREATE_BY |
private static String |
CREATE_TIME |
private static String |
UPDATE_BY |
private static String |
UPDATE_TIME |
| Constructor and Description |
|---|
MpMetaObjectHandler() |
| Modifier and Type | Method and Description |
|---|---|
private String |
getUserId() |
void |
insertFill(org.apache.ibatis.reflection.MetaObject mo) |
void |
updateFill(org.apache.ibatis.reflection.MetaObject mo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfillStrategy, findTableInfo, getFieldValByName, openInsertFill, openInsertFill, openUpdateFill, openUpdateFill, setFieldValByName, strictFill, strictFillStrategy, strictInsertFill, strictInsertFill, strictInsertFill, strictUpdateFill, strictUpdateFill, strictUpdateFillprivate static final String CREATE_TIME
private static final String CREATE_BY
private static final String UPDATE_TIME
private static final String UPDATE_BY
public void insertFill(org.apache.ibatis.reflection.MetaObject mo)
insertFill in interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandlerpublic void updateFill(org.apache.ibatis.reflection.MetaObject mo)
updateFill in interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandlerprivate String getUserId()
Copyright © 2024. All rights reserved.