public class ParameterizedFunctionExpression<X> extends BasicFunctionExpression<X> implements FunctionExpression<X>
ParameterContainer.Helper
Constructor and Description |
---|
ParameterizedFunctionExpression(CriteriaBuilderImpl criteriaBuilder,
java.lang.Class<X> javaType,
java.lang.String functionName,
javax.persistence.criteria.Expression<?>... argumentExpressions) |
ParameterizedFunctionExpression(CriteriaBuilderImpl criteriaBuilder,
java.lang.Class<X> javaType,
java.lang.String functionName,
java.util.List<javax.persistence.criteria.Expression<?>> argumentExpressions) |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.persistence.criteria.Expression<?>> |
getArgumentExpressions() |
protected static int |
properSize(int number) |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
java.lang.String |
render(CriteriaQueryCompiler.RenderingContext renderingContext) |
protected void |
renderArguments(java.lang.StringBuilder buffer,
CriteriaQueryCompiler.RenderingContext renderingContext) |
protected static java.util.List<javax.persistence.criteria.Expression<?>> |
wrapAsLiterals(CriteriaBuilderImpl criteriaBuilder,
java.lang.Object... literalArguments) |
getFunctionName, isAggregation, renderProjection
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
criteriaBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFunctionName, isAggregation
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
getValueHandlers
getValueHandler
public ParameterizedFunctionExpression(CriteriaBuilderImpl criteriaBuilder, java.lang.Class<X> javaType, java.lang.String functionName, java.util.List<javax.persistence.criteria.Expression<?>> argumentExpressions)
public ParameterizedFunctionExpression(CriteriaBuilderImpl criteriaBuilder, java.lang.Class<X> javaType, java.lang.String functionName, javax.persistence.criteria.Expression<?>... argumentExpressions)
protected static java.util.List<javax.persistence.criteria.Expression<?>> wrapAsLiterals(CriteriaBuilderImpl criteriaBuilder, java.lang.Object... literalArguments)
protected static int properSize(int number)
public java.util.List<javax.persistence.criteria.Expression<?>> getArgumentExpressions()
public void registerParameters(ParameterRegistry registry)
ParameterContainer
registerParameters
in interface ParameterContainer
registerParameters
in class BasicFunctionExpression<X>
registry
- The parameter registry with which to register.public java.lang.String render(CriteriaQueryCompiler.RenderingContext renderingContext)
render
in interface Renderable
render
in class BasicFunctionExpression<X>
protected void renderArguments(java.lang.StringBuilder buffer, CriteriaQueryCompiler.RenderingContext renderingContext)
Copyright © 2013. All Rights Reserved.