Uses of Class
org.hotrod.runtime.livesql.expressions.object.ObjectExpression
-
-
Uses of ObjectExpression in org.hotrod.runtime.livesql
Methods in org.hotrod.runtime.livesql that return ObjectExpression Modifier and Type Method Description ObjectExpressionLiveSQL. castObject(Expression<java.lang.Object> value)Methods in org.hotrod.runtime.livesql with parameters of type ObjectExpression Modifier and Type Method Description ObjectMaxLiveSQL. max(ObjectExpression expression)ObjectMinLiveSQL. min(ObjectExpression expression) -
Uses of ObjectExpression in org.hotrod.runtime.livesql.expressions.aggregations
Constructors in org.hotrod.runtime.livesql.expressions.aggregations with parameters of type ObjectExpression Constructor Description ObjectMax(ObjectExpression expression)ObjectMin(ObjectExpression expression) -
Uses of ObjectExpression in org.hotrod.runtime.livesql.expressions.object
Subclasses of ObjectExpression in org.hotrod.runtime.livesql.expressions.object Modifier and Type Class Description classObjectCoalesceclassObjectConstantclassObjectValueMethods in org.hotrod.runtime.livesql.expressions.object that return ObjectExpression Modifier and Type Method Description ObjectExpressionObjectExpression. coalesce(java.lang.Object a)ObjectExpressionObjectExpression. coalesce(ObjectExpression a)Methods in org.hotrod.runtime.livesql.expressions.object with parameters of type ObjectExpression Modifier and Type Method Description ObjectExpressionObjectExpression. coalesce(ObjectExpression a)Constructors in org.hotrod.runtime.livesql.expressions.object with parameters of type ObjectExpression Constructor Description ObjectCoalesce(ObjectExpression... values) -
Uses of ObjectExpression in org.hotrod.runtime.livesql.metadata
Subclasses of ObjectExpression in org.hotrod.runtime.livesql.metadata Modifier and Type Class Description classObjectColumn
-