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 TypeMethodDescriptionint
copy
(SqmCopyContext context) boolean
List
<SqmExpression<?>> Returns the expressions of this tuple.int
hashCode()
boolean
isCompatible
(Object object)
-
Constructor Details
-
SqmValues
-
-
Method Details
-
copy
-
getExpressions
Description copied from interface:JpaValues
Returns the expressions of this tuple.- Specified by:
getExpressions
in interfaceJpaValues
-
equals
-
hashCode
public int hashCode() -
isCompatible
- Specified by:
isCompatible
in interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCode
in interfaceSqmCacheable
-