Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Method and Description |
---|---|
CompoundSelection<java.lang.Object[]> |
CriteriaBuilder.array(Selection<?>... selections) |
<Y> CompoundSelection<Y> |
CriteriaBuilder.construct(java.lang.Class<Y> resultClass,
Selection<?>... selections) |
CompoundSelection<Tuple> |
CriteriaBuilder.tuple(Selection<?>... selections) |