| パッケージ | 説明 |
|---|---|
| javax.persistence.criteria | Jakarta Persistence Criteria API |
| 修飾子と型 | メソッドと説明 |
|---|---|
CompoundSelection<ObjectSE[]> | CriteriaBuilder.array(Selection<?>... selections) 配列値の選択項目を作成します。 |
<Y> CompoundSelection<Y> | CriteriaBuilder.construct(ClassSE<Y> resultClass, Selection<?>... selections) コンストラクターに対応する選択項目を作成します。 |
CompoundSelection<Tuple> | CriteriaBuilder.tuple(Selection<?>... selections) タプル値の選択項目を作成します。 |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.