クラスの使用
com.github.mygreen.sqlmapper.core.query.auto.AutoSelectImpl
-
AutoSelectImplを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.query.auto SQLの自動生成によるクエリ機能を提供します。 -
-
com.github.mygreen.sqlmapper.core.query.autoでのAutoSelectImplの使用
AutoSelectImplを返すcom.github.mygreen.sqlmapper.core.query.autoのメソッド 修飾子とタイプ メソッド 説明 <E1,E2>
AutoSelectImpl<T>AutoSelectImpl. associate(@NonNull EntityPath<E1> entityPath1, @NonNull EntityPath<E2> entityPath2, JoinAssociation.Associator<E1,E2> associator)AutoSelectImpl<T>AutoSelectImpl. excludes(PropertyPath<?>... properties)AutoSelectImpl<T>AutoSelectImpl. fetchSize(int fetchSize)AutoSelectImpl<T>AutoSelectImpl. forUpdate()AutoSelectImpl<T>AutoSelectImpl. forUpdateNoWait()AutoSelectImpl<T>AutoSelectImpl. forUpdateWait(int seconds)FOR UPDATE WAIT を追加します。AutoSelectImpl<T>AutoSelectImpl. hint(String hint)AutoSelectImpl<T>AutoSelectImpl. id(@NonNull Object... idPropertyValues)AutoSelectImpl<T>AutoSelectImpl. includes(PropertyPath<?>... properties)<ENTITY extends EntityPath<?>>
AutoSelectImpl<T>AutoSelectImpl. innerJoin(ENTITY toEntityPath, JoinCondition.Conditioner<ENTITY> conditioner)<ENTITY extends EntityPath<?>>
AutoSelectImpl<T>AutoSelectImpl. leftJoin(ENTITY toEntityPath, JoinCondition.Conditioner<ENTITY> conditioner)AutoSelectImpl<T>AutoSelectImpl. limit(int limit)AutoSelectImpl<T>AutoSelectImpl. maxRows(int maxRows)AutoSelectImpl<T>AutoSelectImpl. offset(int offset)AutoSelectImpl<T>AutoSelectImpl. orderBy(OrderSpecifier... orders)AutoSelectImpl<T>AutoSelectImpl. queryTimeout(int seconds)AutoSelectImpl<T>AutoSelectImpl. version(@NonNull Object versionPropertyValue)AutoSelectImpl<T>AutoSelectImpl. where(@NonNull Predicate where)AutoSelectImpl型のパラメータを持つcom.github.mygreen.sqlmapper.core.query.autoのコンストラクタ コンストラクタ 説明 AutoSelectExecutor(AutoSelectImpl<T> query, boolean counting)インスタンスの作成
-