接口 IIncrementsPluginHook

  • 所有已知实现类:
    HookAggregator

    public interface IIncrementsPluginHook
    • 方法详细资料

      • incrementSetElementGenerated

        List<org.mybatis.generator.api.dom.xml.VisitableElement> incrementSetElementGenerated​(org.mybatis.generator.api.IntrospectedColumn introspectedColumn,
                                                                                              String prefix,
                                                                                              boolean hasComma)
        生成增量操作节点
        参数:
        introspectedColumn -
        prefix -
        hasComma -
        返回:
      • incrementSetsWithSelectiveEnhancedPluginElementGenerated

        List<org.mybatis.generator.api.dom.xml.XmlElement> incrementSetsWithSelectiveEnhancedPluginElementGenerated​(List<org.mybatis.generator.api.IntrospectedColumn> columns)
        生成增量操作节点(SelectiveEnhancedPlugin)
        参数:
        columns -
        返回:
      • supportIncrement

        boolean supportIncrement​(org.mybatis.generator.api.IntrospectedColumn column)
        是否支持increment
        参数:
        column -
        返回: