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

public class SqmTrimSpecification extends AbstractSqmNode implements SqmTypedNode<Void>
Needed to pass TrimSpecification as an SqmExpression when we call out to SqmFunctionTemplates handling TRIM calls as a function argument.
See Also: