Package jakarta.persistence.criteria
Interface CriteriaSelect<T>
- Type Parameters:
T
- the type returned by the query
- All Known Subinterfaces:
CriteriaQuery<T>
public interface CriteriaSelect<T>
- Since:
- 3.2
T
- the type returned by the queryCriteriaQuery<T>