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>
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription<X> X
accept
(SemanticQueryWalker<X> walker) Accept the walker per visitationvoid
appendHqlString
(StringBuilder hql, SqmRenderContext context) int
copy
(SqmCopyContext context) org.hibernate.query.sqm.tuple.internal.AnonymousTupleType
<?> boolean
@Nullable SqmBindableType
<Object> int
hashCode()
boolean
isCompatible
(Object object) Methods inherited from class java.lang.Object
clone, finalize, getClass, 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
public org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<?> 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
-
equals
-
hashCode
public int hashCode() -
isCompatible
- Specified by:
isCompatible
in interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCode
in interfaceSqmCacheable
-