public static class Expressions.DatabaseFunction<T> extends Expressions.FunctionalExpression<T>
args| Constructor and Description |
|---|
Expressions.DatabaseFunction(String name,
Class<T> resultType,
javax.persistence.criteria.Expression<?>... exps) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
asValue(AliasContext q)
Get a string representation of this node as a value in the context of the given query.
|
Value |
toValue(ExpressionFactory factory,
CriteriaQueryImpl<?> q)
Bridge contract to convert this facade expression to a kernel value.
|
acceptVisitas, in, in, in, in, isNotNull, isNull, toKernelExpressionalias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Value toValue(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpltoValue in class ExpressionImpl<T>factory - creates the kernel expressionq - the query definition context of this expressionpublic StringBuilder asValue(AliasContext q)
CriteriaExpressionasValue in interface CriteriaExpressionasValue in class SelectionImpl<T>Copyright © 2006–2013 Apache Software Foundation. All rights reserved.