Uses of Class
org.apache.ibatis.builder.xml.XMLStatementBuilder

Packages that use XMLStatementBuilder
org.apache.ibatis.session TODO fillme. 
 

Uses of XMLStatementBuilder in org.apache.ibatis.session
 

Fields in org.apache.ibatis.session with type parameters of type XMLStatementBuilder
protected  Collection<XMLStatementBuilder> Configuration.incompleteStatements
           
 

Methods in org.apache.ibatis.session that return types with arguments of type XMLStatementBuilder
 Collection<XMLStatementBuilder> Configuration.getIncompleteStatements()
           
 

Methods in org.apache.ibatis.session with parameters of type XMLStatementBuilder
 void Configuration.addIncompleteStatement(XMLStatementBuilder incompleteStatement)
           
 



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