Uses of Interface
org.apache.ibatis.jdbc.AbstractSQL.ForEachConsumer
-
Packages that use AbstractSQL.ForEachConsumer Package Description org.apache.ibatis.jdbc Utilities for JDBC. -
-
Uses of AbstractSQL.ForEachConsumer in org.apache.ibatis.jdbc
Methods in org.apache.ibatis.jdbc with parameters of type AbstractSQL.ForEachConsumer Modifier and Type Method Description <E> TAbstractSQL. applyForEach(java.lang.Iterable<E> iterable, AbstractSQL.ForEachConsumer<T,E> forEachSqlConsumer)Apply sql phrases that provide by SQL consumer for iterable.
-