クラスの使用
com.github.mygreen.sqlmapper.core.query.sql.SqlSelectImpl
-
SqlSelectImplを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.query.sql SQLテンプレートによるクエリ実行機能を提供します。 -
-
com.github.mygreen.sqlmapper.core.query.sqlでのSqlSelectImplの使用
SqlSelectImplを返すcom.github.mygreen.sqlmapper.core.query.sqlのメソッド 修飾子とタイプ メソッド 説明 SqlSelectImpl<T>SqlSelectImpl. fetchSize(int fetchSize)SqlSelectImpl<T>SqlSelectImpl. limit(int limit)SqlSelectImpl<T>SqlSelectImpl. maxRows(int maxRows)SqlSelectImpl<T>SqlSelectImpl. offset(int offset)SqlSelectImpl<T>SqlSelectImpl. queryTimeout(int seconds)SqlSelectImpl型のパラメータを持つcom.github.mygreen.sqlmapper.core.query.sqlのコンストラクタ コンストラクタ 説明 SqlSelectExecutor(SqlSelectImpl<T> query)組み立てたクエリ情報を指定するコンストラクタ。
-