Class SqmFormat

All Implemented Interfaces:
Expression<String>, Selection<String>, TupleElement<String>, Serializable, JpaCriteriaNode, JpaExpression<String>, JpaSelection<String>, JpaTupleElement<String>, SqmExpression<String>, SqmSelectableNode<String>, SqmExpressibleAccessor<String>, SqmNode, SqmTypedNode<String>, SqmVisitableNode

public class SqmFormat extends SqmLiteral<String>
Effectively a query-literal but we want to handle it specially in the SQM to SQL AST conversion
See Also: