- 型パラメータ:
CB - The type of condition-bean.
- すべてのスーパーインタフェース:
- SubQuery<CB>, UnionQuery<CB>
- 機能インタフェース
- これは機能インタフェースなので、ラムダ式またはメソッド参照の割当てターゲットとして使用できます。
@FunctionalInterface
public interface NextStageQuery<CB extends ConditionBean>
extends SubQuery<CB>, UnionQuery<CB>
The interface of next-stage query, that means it sets up condition for the next select statement.
It contains sub-query, union-query.
You can handle the query without their differences by this interface.
- 作成者:
- jflute