パッケージ org.nkjmlab.sorm4j.typed
インタフェース TypedOrmLazyReader<T>
- 既知のサブインタフェースのリスト:
TypedOrmConnection<T>,TypedOrmTransaction<T>
public interface TypedOrmLazyReader<T>
The typed interface of reading functions of object-relation mapping.
- 作成者:
- nkjm
-
メソッドの概要
修飾子とタイプメソッド説明ReturnsLazyResultSetrepresents all rows from the table indicated by object class.Returns anLazyResultSet.readLazy(ParameterizedSql sql) Returns anLazyResultSet.
-
メソッドの詳細
-
readAllLazy
LazyResultSet<T> readAllLazy()ReturnsLazyResultSetrepresents all rows from the table indicated by object class.- 戻り値:
-
readLazy
Returns anLazyResultSet. It is able to convert to Stream, List, and so on.- パラメータ:
sql-- 戻り値:
-
readLazy
Returns anLazyResultSet. It is able to convert to Stream, List, and so on.- パラメータ:
sql- with ordered parameter. The other type parameters (e.g. named parameter, list parameter) could not be used.parameters- are ordered parameter.- 戻り値:
-