インタフェースの使用
com.github.mygreen.sqlmapper.core.query.auto.AutoBatchDelete
-
AutoBatchDeleteを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core SQLとPOJOをマッピングする機能を提供します。com.github.mygreen.sqlmapper.core.query.auto SQLの自動生成によるクエリ機能を提供します。 -
-
com.github.mygreen.sqlmapper.coreでのAutoBatchDeleteの使用
AutoBatchDeleteを返すcom.github.mygreen.sqlmapper.coreのメソッド 修飾子とタイプ メソッド 説明 <T> AutoBatchDelete<T>SqlMapper. deleteBatch(Collection<T> entities)SQLを自動生成してバッチ削除します。<T> AutoBatchDelete<T>SqlMapper. deleteBatch(T... entities)SQLを自動生成してバッチ削除します。 -
com.github.mygreen.sqlmapper.core.query.autoでのAutoBatchDeleteの使用
AutoBatchDeleteを実装しているcom.github.mygreen.sqlmapper.core.query.autoのクラス 修飾子とタイプ クラス 説明 classAutoBatchDeleteImpl<T>バッチ削除を行うSQLを自動生成するクエリの実装です。AutoBatchDeleteを返すcom.github.mygreen.sqlmapper.core.query.autoのメソッド 修飾子とタイプ メソッド 説明 AutoBatchDelete<T>AutoBatchDelete. ignoreVersion()バージョンプロパティを無視して削除します。AutoBatchDelete<T>AutoBatchDelete. queryTimeout(int seconds)クエリタイムアウトの秒数を設定します。AutoBatchDelete<T>AutoBatchDelete. suppresOptimisticLockException()バージョンチェックを行った場合に、更新行数が0行でもOptimisticLockingFailureExceptionをスローしないようにします。
-