Class SqmXmlTableFunction.Columns
java.lang.Object
org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- All Implemented Interfaces:
Serializable, JpaCriteriaNode, SqmCacheable, SqmExpressibleAccessor<Object>, SqmNode, SqmTypedNode<Object>, SqmVisitableNode
- Enclosing class:
SqmXmlTableFunction<T>
public static final class SqmXmlTableFunction.Columns
extends Object
implements SqmTypedNode<Object>
- Since:
- 7.0
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription<X> Xaccept(SemanticQueryWalker<X> walker) Accept the walker per visitationvoidappendHqlString(StringBuilder hql, SqmRenderContext context) intcopy(SqmCopyContext context) org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<?> boolean@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
-
Method Details
-
createTupleType
public org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<?> createTupleType() -
copy
- Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmTypedNode<Object>
-
appendHqlString
- Specified by:
appendHqlStringin interfaceSqmVisitableNode
-
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
-
equals
-
hashCode
-
isCompatible
- Specified by:
isCompatiblein interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCodein interfaceSqmCacheable
-