Class SqmXmlAttributesExpression
java.lang.Object
org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- All Implemented Interfaces:
Serializable
,JpaCriteriaNode
,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> X
accept
(SemanticQueryWalker<X> walker) Accept the walker per visitationvoid
void
attribute
(String attributeName, Expression<?> expression) copy
(SqmCopyContext context) Map<String,
SqmExpression<?>> @Nullable SqmExpressible<Object>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.sqm.tree.SqmNode
asLoggableText
Methods inherited from interface org.hibernate.query.sqm.tree.SqmTypedNode
getExpressible, getNodeJavaType
Methods inherited from interface org.hibernate.query.sqm.tree.SqmVisitableNode
toHqlString
-
Constructor Details
-
SqmXmlAttributesExpression
-
-
Method Details
-
attribute
-
getAttributes
-
getNodeType
- Specified by:
getNodeType
in interfaceSqmTypedNode<Object>
-
nodeBuilder
- Specified by:
nodeBuilder
in interfaceSqmNode
-
accept
Description copied from interface:SqmVisitableNode
Accept the walker per visitation- Specified by:
accept
in interfaceSqmVisitableNode
-
copy
- Specified by:
copy
in interfaceSqmNode
- Specified by:
copy
in interfaceSqmTypedNode<Object>
-
appendHqlString
- Specified by:
appendHqlString
in interfaceSqmVisitableNode
-