Class SqmValues
java.lang.Object
org.hibernate.query.sqm.tree.insert.SqmValues
- All Implemented Interfaces:
Serializable
,JpaValues
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy
(SqmCopyContext context) List<SqmExpression<?>>
Returns the expressions of this tuple.
-
Constructor Details
-
SqmValues
-
-
Method Details
-
copy
-
getExpressions
Description copied from interface:JpaValues
Returns the expressions of this tuple.- Specified by:
getExpressions
in interfaceJpaValues
-