Uses of Interface
org.hotrod.runtime.livesql.ordering.OrderingTerm
-
-
Uses of OrderingTerm in org.hotrod.runtime.livesql
Methods in org.hotrod.runtime.livesql with parameters of type OrderingTerm Modifier and Type Method Description GroupConcatLiveSQL. groupConcat(Expression<java.lang.String> expression, java.lang.String separator, OrderingTerm... order)GroupConcatDistinctLiveSQL. groupConcatDistinct(Expression<java.lang.String> expression, java.lang.String separator, OrderingTerm... order) -
Uses of OrderingTerm in org.hotrod.runtime.livesql.dialects
Method parameters in org.hotrod.runtime.livesql.dialects with type arguments of type OrderingTerm Modifier and Type Method Description voidFunctionRenderer. groupConcat(QueryWriter w, boolean distinct, Expression<java.lang.String> value, java.util.List<OrderingTerm> ordering, Expression<java.lang.String> separator) -
Uses of OrderingTerm in org.hotrod.runtime.livesql.expressions.aggregations
Constructor parameters in org.hotrod.runtime.livesql.expressions.aggregations with type arguments of type OrderingTerm Constructor Description GroupConcat(Expression<java.lang.String> expression, java.util.List<OrderingTerm> ordering, Expression<java.lang.String> separator)GroupConcatDistinct(Expression<java.lang.String> expression, java.util.List<OrderingTerm> ordering, Expression<java.lang.String> separator) -
Uses of OrderingTerm in org.hotrod.runtime.livesql.expressions.analytics
Methods in org.hotrod.runtime.livesql.expressions.analytics with parameters of type OrderingTerm Modifier and Type Method Description WindowFunctionOrderingStage<T>WindowFunctionOverStage. orderBy(OrderingTerm... orderingTerm)WindowFunctionOrderingStage<T>WindowFunctionPartitioningStage. orderBy(OrderingTerm... orderingTerm) -
Uses of OrderingTerm in org.hotrod.runtime.livesql.ordering
Classes in org.hotrod.runtime.livesql.ordering that implement OrderingTerm Modifier and Type Class Description classOrderByDirectionStageclassOrderByNullsStage -
Uses of OrderingTerm in org.hotrod.runtime.livesql.queries.select
Methods in org.hotrod.runtime.livesql.queries.select with parameters of type OrderingTerm Modifier and Type Method Description CriteriaOrderByPhase<T>CriteriaWherePhase. orderBy(OrderingTerm... orderingTerms)SelectOrderByPhase<R>SelectFromPhase. orderBy(OrderingTerm... orderingTerms)SelectOrderByPhase<R>SelectGroupByPhase. orderBy(OrderingTerm... orderingTerms)SelectOrderByPhase<R>SelectHavingPhase. orderBy(OrderingTerm... orderingTerms)SelectOrderByPhase<R>SelectWherePhase. orderBy(OrderingTerm... orderingTerms)
-