Package org.hibernate.query.criteria
Interface JpaValues
-
- All Known Implementing Classes:
SqmValues
@Incubating public interface JpaValues
A tuple of values.- Since:
- 6.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends JpaExpression<?>>
getExpressions()
Returns the expressions of this tuple.
-
-
-
Method Detail
-
getExpressions
List<? extends JpaExpression<?>> getExpressions()
Returns the expressions of this tuple.
-
-