Uses of Interface
org.hibernate.query.criteria.JpaNumericExpression
Packages that use JpaNumericExpression
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
Nodes representing logical predicates in the SQM tree.
-
Uses of JpaNumericExpression in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaNumericExpressionModifier and TypeMethodDescriptionJpaExpression.count()JpaExpression.countDistinct()JpaPluralExpression.size() -
Uses of JpaNumericExpression in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaNumericExpression in org.hibernate.query.sqm.tree.domainClasses in org.hibernate.query.sqm.tree.domain that implement JpaNumericExpressionModifier and TypeClassDescriptionclassSqmNumericValuedSimplePath<N extends Number & Comparable<N>> -
Uses of JpaNumericExpression in org.hibernate.query.sqm.tree.expression
Subinterfaces of JpaNumericExpression in org.hibernate.query.sqm.tree.expressionModifier and TypeInterfaceDescriptioninterfaceSqmNumericExpression<N extends Number & Comparable<N>>interfaceSqmNumericExpressionImplementor<N extends Number & Comparable<N>>Classes in org.hibernate.query.sqm.tree.expression that implement JpaNumericExpressionModifier and TypeClassDescriptionclassSqmNumericExpressionWrapper<N extends Number & Comparable<N>>Methods in org.hibernate.query.sqm.tree.expression that return JpaNumericExpressionModifier and TypeMethodDescriptionAbstractSqmExpression.count()AbstractSqmExpression.countDistinct() -
Uses of JpaNumericExpression in org.hibernate.query.sqm.tree.predicate
Methods in org.hibernate.query.sqm.tree.predicate that return JpaNumericExpressionModifier and TypeMethodDescriptionAbstractSqmPredicate.count()AbstractSqmPredicate.countDistinct()