Uses of Class
com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Packages that use IterateContext
Package
Description
-
Uses of IterateContext in com.ibatis.sqlmap.engine.mapping.sql.dynamic
Methods in com.ibatis.sqlmap.engine.mapping.sql.dynamic with parameters of type IterateContextModifier and TypeMethodDescriptionprotected voidDynamicSql.iteratePropertyReplace(StringBuilder bodyContent, IterateContext iterate) Iterate property replace. -
Uses of IterateContext in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
Methods in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements that return IterateContextModifier and TypeMethodDescriptionIterateContext.getParent()Gets the parent.SqlTagContext.peekIterateContext()iterate context is removed here from the stack when iterate tag is finished being processed.SqlTagContext.popIterateContext()iterate context is removed here from the stack when iterate tag is finished being processed.Methods in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements with parameters of type IterateContextModifier and TypeMethodDescriptionvoidSqlTagContext.pushIterateContext(IterateContext iterateContext) iterate context is stored here for nested dynamic tags in the body of the iterate tag.voidIterateContext.setParent(IterateContext parent) Sets the parent.Constructors in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements with parameters of type IterateContextModifierConstructorDescriptionIterateContext(Object collection, SqlTag tag, IterateContext parent) Instantiates a new iterate context.