public interface ParamedQueryEachExecutor
| Modifier and Type | Method and Description |
|---|---|
cn.featherfly.common.lang.AutoCloseableIterable<java.util.Map<java.lang.String,java.io.Serializable>> |
each()
query each.
|
<T> cn.featherfly.common.lang.AutoCloseableIterable<T> |
each(java.lang.Class<T> mappingType)
query each.
|
<T> cn.featherfly.common.lang.AutoCloseableIterable<T> |
each(RowMapper<T> rowMapper)
query each.
|
cn.featherfly.common.lang.AutoCloseableIterable<java.util.Map<java.lang.String,java.io.Serializable>> each()
<T> cn.featherfly.common.lang.AutoCloseableIterable<T> each(java.lang.Class<T> mappingType)
T - the generic typemappingType - the mapping type<T> cn.featherfly.common.lang.AutoCloseableIterable<T> each(RowMapper<T> rowMapper)
T - the generic typerowMapper - the row mapper