org.mybatis.generator.config
Class MergeConstants

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

public class MergeConstants
extends Object

This class holds constants useful in the XML and Java merging operations.

Author:
Jeff Butler

Field Summary
static String NEW_ELEMENT_TAG
           
static String[] OLD_ELEMENT_TAGS
           
static String[] OLD_XML_ELEMENT_PREFIXES
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLD_XML_ELEMENT_PREFIXES

public static final String[] OLD_XML_ELEMENT_PREFIXES

NEW_ELEMENT_TAG

public static final String NEW_ELEMENT_TAG
See Also:
Constant Field Values

OLD_ELEMENT_TAGS

public static final String[] OLD_ELEMENT_TAGS


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.