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