org.mybatis.generator.config
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.
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.