Package org.hibernate.query.criteria
Interface JpaValues
- All Known Implementing Classes:
SqmValues
A tuple of values.
- Since:
- 6.5
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends JpaExpression<?>>
Returns the expressions of this tuple.
-
Method Details
-
getExpressions
List<? extends JpaExpression<?>> getExpressions()Returns the expressions of this tuple.
-