Class SqmValues
java.lang.Object
org.hibernate.query.sqm.tree.insert.SqmValues
- All Implemented Interfaces:
Serializable, JpaValues, SqmCacheable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcopy(SqmCopyContext context) booleanList<SqmExpression<?>> Returns the expressions of this tuple.inthashCode()booleanisCompatible(Object object)
-
Constructor Details
-
SqmValues
-
-
Method Details
-
copy
-
getExpressions
Description copied from interface:JpaValuesReturns the expressions of this tuple.- Specified by:
getExpressionsin interfaceJpaValues
-
equals
-
hashCode
-
isCompatible
- Specified by:
isCompatiblein interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCodein interfaceSqmCacheable
-