Uses of Class
org.hibernate.query.sqm.tree.domain.SqmComparableValuedSimplePath
Packages that use SqmComparableValuedSimplePath
Package
Description
Nodes representing path expressions in the SQM tree.
-
Uses of SqmComparableValuedSimplePath in org.hibernate.query.sqm.tree.domain
Subclasses of SqmComparableValuedSimplePath in org.hibernate.query.sqm.tree.domainModifier and TypeClassDescriptionclassclassSqmNumericValuedSimplePath<N extends Number & Comparable<N>>classSqmTemporalValuedSimplePath<T extends Temporal & Comparable<? super T>>classMethods in org.hibernate.query.sqm.tree.domain that return SqmComparableValuedSimplePathModifier and TypeMethodDescriptionprotected SqmComparableValuedSimplePath<C> SqmComparableValuedSimplePath.createCopy(NavigablePath navigablePath, SqmPathSource<C> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder)