|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompoundSelection | |
---|---|
javax.persistence.criteria |
Uses of CompoundSelection in javax.persistence.criteria |
---|
Methods in javax.persistence.criteria that return CompoundSelection | ||
---|---|---|
CompoundSelection<Object[]> |
CriteriaBuilder.array(Selection<?>... selections)
Create an array-valued selection item. |
|
|
CriteriaBuilder.construct(Class<Y> resultClass,
Selection<?>... selections)
Create a selection item corresponding to a constructor. |
|
CompoundSelection<Tuple> |
CriteriaBuilder.tuple(Selection<?>... selections)
Create a tuple-valued selection item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |