Uses of Class
org.apache.ibatis.builder.xml.XMLStatementBuilder
Packages that use XMLStatementBuilder
-
Uses of XMLStatementBuilder in org.apache.ibatis.session
Fields in org.apache.ibatis.session with type parameters of type XMLStatementBuilderModifier and TypeFieldDescriptionprotected final Collection
<XMLStatementBuilder> Configuration.incompleteStatements
Methods in org.apache.ibatis.session that return types with arguments of type XMLStatementBuilderMethods in org.apache.ibatis.session with parameters of type XMLStatementBuilderModifier and TypeMethodDescriptionvoid
Configuration.addIncompleteStatement
(XMLStatementBuilder incompleteStatement)
Configuration.parsePendingStatements(boolean)