org.apache.ibatis.builder.xml
Class XMLIncludeTransformer

java.lang.Object
  extended by org.apache.ibatis.builder.xml.XMLIncludeTransformer

public class XMLIncludeTransformer
extends Object


Constructor Summary
XMLIncludeTransformer(Configuration configuration, MapperBuilderAssistant builderAssistant)
           
 
Method Summary
 void applyIncludes(Node source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLIncludeTransformer

public XMLIncludeTransformer(Configuration configuration,
                             MapperBuilderAssistant builderAssistant)
Method Detail

applyIncludes

public void applyIncludes(Node source)


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