Class SqmXmlTableFunction.Columns
java.lang.Object
org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- All Implemented Interfaces:
Serializable
,JpaCriteriaNode
,SqmExpressibleAccessor<Object>
,SqmNode
,SqmTypedNode<Object>
,SqmVisitableNode
- Enclosing class:
- SqmXmlTableFunction<T>
public static final class SqmXmlTableFunction.Columns
extends Object
implements SqmTypedNode<Object>
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription<X> X
accept
(SemanticQueryWalker<X> walker) Accept the walker per visitationvoid
copy
(SqmCopyContext context) @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
-
Method Details
-
createTupleType
-
copy
- Specified by:
copy
in interfaceSqmNode
- Specified by:
copy
in interfaceSqmTypedNode<Object>
-
appendHqlString
- Specified by:
appendHqlString
in interfaceSqmVisitableNode
-
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
-