クラスの使用
com.github.mygreen.sqlmapper.core.query.auto.AutoBatchInsertImpl
-
AutoBatchInsertImplを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.query.auto SQLの自動生成によるクエリ機能を提供します。 -
-
com.github.mygreen.sqlmapper.core.query.autoでのAutoBatchInsertImplの使用
AutoBatchInsertImplを返すcom.github.mygreen.sqlmapper.core.query.autoのメソッド 修飾子とタイプ メソッド 説明 AutoBatchInsertImpl<T>
AutoBatchInsertImpl. excludes(PropertyPath<?>... properties)
AutoBatchInsertImpl<T>
AutoBatchInsertImpl. includes(PropertyPath<?>... properties)
AutoBatchInsertImpl<T>
AutoBatchInsertImpl. queryTimeout(int seconds)
AutoBatchInsertImpl型のパラメータを持つcom.github.mygreen.sqlmapper.core.query.autoのコンストラクタ コンストラクタ 説明 AutoBatchInsertExecutor(AutoBatchInsertImpl<?> query)
組み立てたクエリ情報を指定するコンストラクタ。
-