|
|||||||||
Home >> All >> com >> ibatis >> sqlmap >> engine >> mapping >> sql >> dynamic >> [ elements overview ] | PREV NEXT |
Uses of Class
com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext
Uses of IterateContext in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements |
Methods in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements that return IterateContext | |
IterateContext |
SqlTagContext.popIterateContext()
iterate context is removed here from the stack when iterate tag is finished being processed |
IterateContext |
SqlTagContext.peekIterateContext()
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 IterateContext | |
void |
SqlTagContext.pushIterateContext(IterateContext iterateContext)
iterate context is stored here for nested dynamic tags in the body of the iterate tag |
protected void |
BaseTagHandler.iteratePropertyReplace(java.lang.StringBuffer bodyContent,
IterateContext iterate)
|
|
|||||||||
Home >> All >> com >> ibatis >> sqlmap >> engine >> mapping >> sql >> dynamic >> [ elements overview ] | PREV NEXT |