Class MergeConstants

java.lang.Object
org.mybatis.generator.config.MergeConstants

public class MergeConstants extends Object
This class holds constants useful in the XML and Java merging operations.
  • Field Details

    • OLD_XML_ELEMENT_PREFIXES

      private static final String[] OLD_XML_ELEMENT_PREFIXES
    • NEW_ELEMENT_TAG

      public static final String NEW_ELEMENT_TAG
      See Also:
    • OLD_ELEMENT_TAGS

      private static final String[] OLD_ELEMENT_TAGS
  • Constructor Details

    • MergeConstants

      private MergeConstants()
      Utility class - no instances.
  • Method Details

    • getOldElementTags

      public static String[] getOldElementTags()
    • idStartsWithPrefix

      public static boolean idStartsWithPrefix(String id)
    • commentContainsTag

      public static boolean commentContainsTag(String comment)