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