Package org.hibernate.query.sqm.tree
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.sqm.tree.SqmCacheable
cacheHashCode, isCompatible
Methods inherited from interface org.hibernate.query.sqm.tree.SqmNode
asLoggableText, copy
-
Constructor Details
-
AbstractSqmNode
-
-
Method Details
-
nodeBuilder
- Specified by:
nodeBuilder
in interfaceSqmNode
-