Class SqmXmlAttributesExpression
java.lang.Object
org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- All Implemented Interfaces:
Serializable, JpaCriteriaNode, SqmCacheable, SqmExpressibleAccessor<Object>, SqmNode, SqmTypedNode<Object>, SqmVisitableNode
Special expression for the json_query function that also captures special syntax elements like error and empty behavior.
- Since:
- 7.0
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<X> Xaccept(SemanticQueryWalker<X> walker) Accept the walker per visitationvoidappendHqlString(StringBuilder hql, SqmRenderContext context) voidattribute(String attributeName, Expression<?> expression) intcopy(SqmCopyContext context) booleanMap<String, SqmExpression<?>> @Nullable SqmBindableType<Object> inthashCode()booleanisCompatible(Object object) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SqmNode
asLoggableTextMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
toHqlString
-
Constructor Details
-
SqmXmlAttributesExpression
-
-
Method Details
-
attribute
-
getAttributes
-
getNodeType
- Specified by:
getNodeTypein interfaceSqmTypedNode<Object>
-
nodeBuilder
- Specified by:
nodeBuilderin interfaceSqmNode
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation- Specified by:
acceptin interfaceSqmVisitableNode
-
copy
- Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmTypedNode<Object>
-
appendHqlString
- Specified by:
appendHqlStringin interfaceSqmVisitableNode
-
equals
-
hashCode
-
isCompatible
- Specified by:
isCompatiblein interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCodein interfaceSqmCacheable
-