Uses of Class
org.apache.ibatis.builder.xml.XMLStatementBuilder
-
Packages that use XMLStatementBuilder Package Description org.apache.ibatis.session Base package. -
-
Uses of XMLStatementBuilder in org.apache.ibatis.session
Fields in org.apache.ibatis.session with type parameters of type XMLStatementBuilder Modifier and Type Field Description protected java.util.Collection<XMLStatementBuilder>
Configuration. incompleteStatements
Methods in org.apache.ibatis.session that return types with arguments of type XMLStatementBuilder Modifier and Type Method Description java.util.Collection<XMLStatementBuilder>
Configuration. getIncompleteStatements()
Methods in org.apache.ibatis.session with parameters of type XMLStatementBuilder Modifier and Type Method Description void
Configuration. addIncompleteStatement(XMLStatementBuilder incompleteStatement)
-