Package cn.sinozg.applet.common.handler
Class MpMetaObjectHandler
java.lang.Object
cn.sinozg.applet.common.handler.MpMetaObjectHandler
- All Implemented Interfaces:
com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
@Component
public class MpMetaObjectHandler
extends Object
implements com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
mybatis plus 通用配置
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringvoidinsertFill(org.apache.ibatis.reflection.MetaObject mo) voidupdateFill(org.apache.ibatis.reflection.MetaObject mo) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.baomidou.mybatisplus.core.handlers.MetaObjectHandler
fillStrategy, findTableInfo, getFieldValByName, openInsertFill, openInsertFill, openUpdateFill, openUpdateFill, setFieldValByName, strictFill, strictFillStrategy, strictInsertFill, strictInsertFill, strictInsertFill, strictUpdateFill, strictUpdateFill, strictUpdateFill
-
Field Details
-
CREATE_TIME
- See Also:
-
CREATE_BY
- See Also:
-
UPDATE_TIME
- See Also:
-
UPDATE_BY
- See Also:
-
-
Constructor Details
-
MpMetaObjectHandler
public MpMetaObjectHandler()
-
-
Method Details
-
insertFill
public void insertFill(org.apache.ibatis.reflection.MetaObject mo) - Specified by:
insertFillin interfacecom.baomidou.mybatisplus.core.handlers.MetaObjectHandler
-
updateFill
public void updateFill(org.apache.ibatis.reflection.MetaObject mo) - Specified by:
updateFillin interfacecom.baomidou.mybatisplus.core.handlers.MetaObjectHandler
-
getUserId
-