Interface JpaValues

All Known Implementing Classes:
SqmValues

@Incubating public interface JpaValues
A tuple of values.
Since:
6.5
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends JpaExpression<?>>
    Returns the expressions of this tuple.
  • Method Details

    • getExpressions

      List<? extends JpaExpression<?>> getExpressions()
      Returns the expressions of this tuple.