Uses of Interface
com.codeupsoft.base.dao.function.MetaValueFillFunction
Packages that use MetaValueFillFunction
-
Uses of MetaValueFillFunction in com.codeupsoft.base.dao.handler
Methods in com.codeupsoft.base.dao.handler that return types with arguments of type MetaValueFillFunctionModifier and TypeMethodDescriptionprotected Map<String, MetaValueFillFunction> BaseDaoMetaObjectHandler.insertMap()获取插入操作需要填充的字段映射.protected Map<String, MetaValueFillFunction> BaseDaoMetaObjectHandler.updateMap()获取更新操作需要填充的字段映射.Method parameters in com.codeupsoft.base.dao.handler with type arguments of type MetaValueFillFunctionModifier and TypeMethodDescriptionprotected voidBaseDaoMetaObjectHandler.autoFill(org.apache.ibatis.reflection.MetaObject metaObject, Map<String, MetaValueFillFunction> map, boolean notNullOverride) 自动填充字段值.