パッケージ org.nkjmlab.sorm4j
インタフェース ResultSetTraverser<T>
- 型パラメータ:
T-
- 機能インタフェース
- これは機能インタフェースなので、ラムダ式またはメソッド参照の割当てターゲットとして使用できます。
Traverses
ResultSet and maps to T.- 作成者:
- nkjm
-
メソッドの概要
修飾子とタイプメソッド説明static <T> ResultSetTraverser<List<T>>Converts the givenRowMapperto theResultSetTraverser.traverseAndMap(ResultSet resultSet) TraversesResultSetand maps to T.
-
メソッドの詳細
-
traverseAndMap
TraversesResultSetand maps to T.- パラメータ:
resultSet-- 戻り値:
- 例外:
Exception
-
from
Converts the givenRowMapperto theResultSetTraverser.- 型パラメータ:
T-- パラメータ:
rowMapper-- 戻り値:
-