Class SqmDynamicInstantiationArgument<T>
java.lang.Object
org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument<T>
- All Implemented Interfaces:
Serializable
,JpaCriteriaNode
,SqmAliasedNode<T>
,SqmExpressibleAccessor<T>
,SqmNode
,SqmTypedNode<T>
,SqmVisitableNode
Represents an individual argument to a dynamic instantiation.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmDynamicInstantiationArgument
(SqmSelectableNode<T> selectableNode, String alias, NodeBuilder nodeBuilder) -
Method Summary
Modifier and TypeMethodDescription<X> X
accept
(SemanticQueryWalker<X> walker) Accept the walker per visitationvoid
copy
(SqmCopyContext context) getAlias()
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.select.SqmAliasedNode
getExpressible, getNodeType
Methods inherited from interface org.hibernate.query.sqm.tree.SqmNode
asLoggableText
Methods inherited from interface org.hibernate.query.sqm.tree.SqmTypedNode
getNodeJavaType
Methods inherited from interface org.hibernate.query.sqm.tree.SqmVisitableNode
toHqlString
-
Constructor Details
-
SqmDynamicInstantiationArgument
public SqmDynamicInstantiationArgument(SqmSelectableNode<T> selectableNode, String alias, NodeBuilder nodeBuilder)
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceSqmNode
- Specified by:
copy
in interfaceSqmTypedNode<T>
-
getSelectableNode
- Specified by:
getSelectableNode
in interfaceSqmAliasedNode<T>
-
getAlias
- Specified by:
getAlias
in interfaceSqmAliasedNode<T>
-
nodeBuilder
- Specified by:
nodeBuilder
in interfaceSqmNode
-
accept
Description copied from interface:SqmVisitableNode
Accept the walker per visitation- Specified by:
accept
in interfaceSqmVisitableNode
-
appendHqlString
- Specified by:
appendHqlString
in interfaceSqmVisitableNode
-