Class SqmTrimSpecification
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- All Implemented Interfaces:
Serializable
,JpaCriteriaNode
,SqmExpressibleAccessor<Void>
,SqmNode
,SqmTypedNode<Void>
,SqmVisitableNode
Needed to pass TrimSpecification as an SqmExpression when we call out to
SqmFunctionTemplates handling TRIM calls as a function argument.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(SemanticQueryWalker<T> walker) Accept the walker per visitationvoid
copy
(SqmCopyContext context) Methods inherited from class org.hibernate.query.sqm.tree.AbstractSqmNode
nodeBuilder
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
nodeBuilder
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
-
SqmTrimSpecification
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceSqmNode
- Specified by:
copy
in interfaceSqmTypedNode<Void>
-
getSpecification
-
accept
Description copied from interface:SqmVisitableNode
Accept the walker per visitation- Specified by:
accept
in interfaceSqmVisitableNode
-
asLoggableText
- Specified by:
asLoggableText
in interfaceSqmNode
-
getNodeType
- Specified by:
getNodeType
in interfaceSqmTypedNode<Void>
-
appendHqlString
- Specified by:
appendHqlString
in interfaceSqmVisitableNode
-