Class SqmNumericValuedSimplePath<N extends Number & Comparable<N>>
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<N>
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<N>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<N>
org.hibernate.query.sqm.tree.domain.AbstractSqmPath<N>
org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath<N>
org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath<N>
org.hibernate.query.sqm.tree.domain.SqmComparableValuedSimplePath<N>
org.hibernate.query.sqm.tree.domain.SqmNumericValuedSimplePath<N>
- All Implemented Interfaces:
ComparableExpression<N>, Expression<N>, NumericExpression<N>, Path<N>, Selection<N>, Type<N>, TupleElement<N>, Serializable, JpaComparableExpression<N>, JpaCriteriaNode, JpaExpression<N>, JpaNumericExpression<N>, JpaPath<N>, JpaSelection<N>, JpaTupleElement<N>, SemanticPathPart, SqmBindableType<N>, SqmExpressible<N>, SqmNumericPath<N>, SqmPath<N>, SqmSimplePath<N>, SqmComparableExpression<N>, SqmComparableExpressionImplementor<N>, SqmExpression<N>, SqmNumericExpression<N>, SqmNumericExpressionImplementor<N>, SqmSelectableNode<N>, SqmCacheable, SqmExpressibleAccessor<N>, SqmNode, SqmTypedNode<N>, SqmVisitableNode, BindableType<N>
public class SqmNumericValuedSimplePath<N extends Number & Comparable<N>>
extends SqmComparableValuedSimplePath<N>
implements SqmNumericPath<N>, SqmNumericExpressionImplementor<N>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Type
Type.PersistenceType -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmNumericValuedSimplePath(NavigablePath navigablePath, SqmPathSource<N> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder) SqmNumericValuedSimplePath(NavigablePath navigablePath, SqmPathSource<N> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder) -
Method Summary
Modifier and TypeMethodDescriptioncoalesce(Expression<? extends N> y) protected SqmNumericValuedSimplePath<N> createCopy(NavigablePath navigablePath, SqmPathSource<N> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder) nullif(Expression<? extends N> y) Methods inherited from class SqmBasicValuedSimplePath
accept, copy, getExpressible, getExpressibleJavaType, getJavaType, getJavaTypeDescriptor, getPersistenceType, getRelationalJavaType, getSqmType, resolveIndexedAccess, resolvePathPart, treatAs, treatAs, treatAs, treatAs, treatAs, treatAsMethods inherited from class AbstractSqmSimplePath
appendHqlString, getLhs, getModel, getNodeType, getParentNavigablePath, getReferencedPathSourceMethods inherited from class AbstractSqmPath
cacheHashCode, copyTo, equals, get, get, get, get, get, get, get, get, get, get, getExplicitAlias, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getResolvedModel, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, setExplicitAlias, toString, type, visitReusablePathsMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, count, countDistinct, equalTo, equalTo, in, in, in, in, in, internalApplyInferableType, isMember, isNotMember, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualTo, selectCase, selectCaseMethods inherited from class AbstractJpaSelection
alias, getSelectionItems, isCompoundSelectionMethods inherited from class AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleTypeMethods inherited from interface JpaExpression
count, countDistinct, in, isMember, isNotMember, selectCase, selectCaseMethods inherited from interface JpaPath
getParentPath, treatMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface SqmBindableType
resolveExpressibleMethods inherited from interface SqmCacheable
cacheHashCode, isCompatibleMethods inherited from interface SqmComparableExpressionImplementor
asc, asc, between, between, desc, desc, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualToMethods inherited from interface SqmExpressible
getTypeNameMethods inherited from interface SqmExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodesMethods inherited from interface SqmNode
asLoggableTextMethods inherited from interface SqmNumericExpression
max, minMethods inherited from interface SqmNumericExpressionImplementor
abs, avg, ceiling, dividedBy, dividedBy, dividedInto, exp, floor, ge, ge, gt, gt, le, le, ln, lt, lt, max, min, minus, minus, negated, nodeBuilder, plus, plus, power, power, round, sign, sqrt, subtractedFrom, sum, sumAsDouble, sumAsLong, times, times, toBigDecimal, toBigInteger, toDouble, toFloat, toInteger, toLongMethods inherited from interface SqmPath
applyInferableType, copy, findRoot, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getLhs, getNavigablePath, getNodeType, getReferencedPathSource, getResolvedModel, getReusablePath, getReusablePaths, registerReusablePath, resolveIndexedAccess, resolvePathPart, setExplicitAlias, treatAs, treatAs, treatAs, treatAs, treatAs, treatAs, type, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
accept, appendHqlString, toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
Method Details
-
coalesce
- Specified by:
coalescein interfaceComparableExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceJpaExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceNumericExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceSqmComparableExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceSqmComparableExpressionImplementor<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceSqmNumericExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceSqmNumericExpressionImplementor<N extends Number & Comparable<N>>- Overrides:
coalescein classSqmComparableValuedSimplePath<N extends Number & Comparable<N>>
-
coalesce
- Specified by:
coalescein interfaceComparableExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceJpaExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceNumericExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceSqmComparableExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceSqmComparableExpressionImplementor<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceSqmNumericExpression<N extends Number & Comparable<N>>- Specified by:
coalescein interfaceSqmNumericExpressionImplementor<N extends Number & Comparable<N>>- Overrides:
coalescein classSqmComparableValuedSimplePath<N extends Number & Comparable<N>>
-
nullif
- Specified by:
nullifin interfaceComparableExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceJpaExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceNumericExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceSqmComparableExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceSqmComparableExpressionImplementor<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceSqmNumericExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceSqmNumericExpressionImplementor<N extends Number & Comparable<N>>- Overrides:
nullifin classSqmComparableValuedSimplePath<N extends Number & Comparable<N>>
-
nullif
- Specified by:
nullifin interfaceComparableExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceJpaExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceNumericExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceSqmComparableExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceSqmComparableExpressionImplementor<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceSqmNumericExpression<N extends Number & Comparable<N>>- Specified by:
nullifin interfaceSqmNumericExpressionImplementor<N extends Number & Comparable<N>>- Overrides:
nullifin classSqmComparableValuedSimplePath<N extends Number & Comparable<N>>