| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionExpression | |
|---|---|
| org.hibernate.ejb.criteria.expression.function | |
| Uses of FunctionExpression in org.hibernate.ejb.criteria.expression.function | 
|---|
| Classes in org.hibernate.ejb.criteria.expression.function that implement FunctionExpression | |
|---|---|
|  class | AbsFunction<N extends Number>Models the ANSI SQL ABS function. | 
|  class | AggregationFunction<T>Models SQL aggregation functions (MIN, MAX, COUNT, etc). | 
| static class | AggregationFunction.AVGImplementation of a AVG function providing convenience in construction. | 
| static class | AggregationFunction.COUNTImplementation of a COUNT function providing convenience in construction. | 
| static class | AggregationFunction.GREATEST<X extends Comparable<X>>Models the MAX function in terms of non-numeric expressions. | 
| static class | AggregationFunction.LEAST<X extends Comparable<X>>Models the MIN function in terms of non-numeric expressions. | 
| static class | AggregationFunction.MAX<N extends Number>Implementation of a MAX function providing convenience in construction. | 
| static class | AggregationFunction.MIN<N extends Number>Implementation of a MIN function providing convenience in construction. | 
| static class | AggregationFunction.SUM<N extends Number>Implementation of a SUM function providing convenience in construction. | 
|  class | BasicFunctionExpression<X>Models the basic concept of a SQL function. | 
|  class | CastFunction<T,Y>Models a CAST function. | 
|  class | CurrentDateFunctionModels the ANSI SQL CURRENT_DATE function. | 
|  class | CurrentTimeFunctionModels the ANSI SQL CURRENT_TIME function. | 
|  class | CurrentTimestampFunctionModels the ANSI SQL CURRENT_TIMESTAMP function. | 
|  class | LengthFunctionModels the ANSI SQL LENGTH function. | 
|  class | LocateFunctionModels the ANSI SQL LOCATE function. | 
|  class | LowerFunctionModels the ANSI SQL LOWER function. | 
|  class | ParameterizedFunctionExpression<X>Support for functions with parameters. | 
|  class | SqrtFunctionModels the ANSI SQL SQRT function. | 
|  class | SubstringFunctionModels the ANSI SQL SUBSTRING function. | 
|  class | TrimFunctionModels the ANSI SQL TRIM function. | 
|  class | UpperFunctionModels the ANSI SQL UPPER function. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||