Class AbstractSqmNode
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
- All Implemented Interfaces:
Serializable, JpaCriteriaNode, SqmCacheable, SqmNode
- Direct Known Subclasses:
AbstractJpaTupleElement, AbstractSqmSelectQuery, AbstractSqmStatement, SqmCastTarget, SqmCteStatement, SqmDistinct, SqmDurationUnit, SqmExtractUnit, SqmSelectClause, SqmSelection, SqmSetReturningFunction, SqmTrimSpecification, SqmWindow, SqmWindowFrame
Base implementation of a criteria node.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SqmCacheable
cacheHashCode, isCompatibleMethods inherited from interface SqmNode
asLoggableText, copy
-
Constructor Details
-
AbstractSqmNode
-
-
Method Details
-
nodeBuilder
- Specified by:
nodeBuilderin interfaceSqmNode
-