Uses of Interface
org.apache.ibatis.jdbc.AbstractSQL.ForEachConsumer
-
Uses of AbstractSQL.ForEachConsumer in org.apache.ibatis.jdbc
Modifier and TypeMethodDescription<E> T
AbstractSQL.applyForEach
(Iterable<E> iterable, AbstractSQL.ForEachConsumer<T, E> forEachSqlConsumer) Apply sql phrases that provide by SQL consumer for iterable.