Uses of Interface
jakarta.persistence.criteria.CompoundSelection
-
Packages that use CompoundSelection Package Description jakarta.persistence.criteria Jakarta Persistence Criteria API -
-
Uses of CompoundSelection in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return CompoundSelection Modifier and Type Method Description CompoundSelection<Object[]>
CriteriaBuilder. array(Selection<?>... selections)
Create an array-valued selection item.<Y> CompoundSelection<Y>
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.
-