org.hibernate.ejb.criteria.expression.function
Class ParameterizedFunctionExpression<X>
java.lang.Object
org.hibernate.ejb.criteria.AbstractNode
org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
org.hibernate.ejb.criteria.expression.SelectionImpl<T>
org.hibernate.ejb.criteria.expression.ExpressionImpl<X>
org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression<X>
org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression<X>
- All Implemented Interfaces:
- Serializable, javax.persistence.criteria.Expression<X>, javax.persistence.criteria.Selection<X>, TupleElement<X>, FunctionExpression<X>, ExpressionImplementor<X>, ParameterContainer, Renderable, SelectionImplementor<X>, TupleElementImplementor<X>
- Direct Known Subclasses:
- AbsFunction, AggregationFunction, LengthFunction, LowerFunction, SqrtFunction, UpperFunction
public class ParameterizedFunctionExpression<X>
- extends BasicFunctionExpression<X>
- implements FunctionExpression<X>
Support for functions with parameters.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.ejb.criteria.expression.ExpressionImpl |
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.persistence.criteria.Expression |
as, in, in, in, in, isNotNull, isNull |
Methods inherited from interface javax.persistence.criteria.Selection |
alias, getCompoundSelectionItems, isCompoundSelection |
ParameterizedFunctionExpression
public ParameterizedFunctionExpression(CriteriaBuilderImpl criteriaBuilder,
Class<X> javaType,
String functionName,
List<javax.persistence.criteria.Expression<?>> argumentExpressions)
ParameterizedFunctionExpression
public ParameterizedFunctionExpression(CriteriaBuilderImpl criteriaBuilder,
Class<X> javaType,
String functionName,
javax.persistence.criteria.Expression<?>... argumentExpressions)
wrapAsLiterals
protected static List<javax.persistence.criteria.Expression<?>> wrapAsLiterals(CriteriaBuilderImpl criteriaBuilder,
Object... literalArguments)
properSize
protected static int properSize(int number)
getArgumentExpressions
public List<javax.persistence.criteria.Expression<?>> getArgumentExpressions()
registerParameters
public void registerParameters(ParameterRegistry registry)
- Description copied from interface:
ParameterContainer
- Register any parameters contained within this query component with the given registry.
- Specified by:
registerParameters
in interface ParameterContainer
- Overrides:
registerParameters
in class BasicFunctionExpression<X>
- Parameters:
registry
- The parameter registry with which to register.
render
public String render(CriteriaQueryCompiler.RenderingContext renderingContext)
- Specified by:
render
in interface Renderable
- Overrides:
render
in class BasicFunctionExpression<X>
renderArguments
protected void renderArguments(StringBuilder buffer,
CriteriaQueryCompiler.RenderingContext renderingContext)
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.