パッケージ org.nkjmlab.sorm4j
インタフェース ResultSetMapper
-
- 既知のサブインタフェースのリスト:
OrmConnection,OrmTransaction
public interface ResultSetMapperMappingResultSetto object.- 作成者:
- nkjm
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 <T> TmapRow(Class<T> objectClass, ResultSet resultSet)Maps the current row in the given resultSet to an object.<T> List<T>mapRows(Class<T> objectClass, ResultSet resultSet)Maps the all rows in the given resultSet to an object list.
-