org.hibernate.ejb.criteria.expression.function
Class SqrtFunction

java.lang.Object
  extended by org.hibernate.ejb.criteria.AbstractNode
      extended by org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
          extended by org.hibernate.ejb.criteria.expression.SelectionImpl<T>
              extended by org.hibernate.ejb.criteria.expression.ExpressionImpl<X>
                  extended by org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression<X>
                      extended by org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression<java.lang.Double>
                          extended by org.hibernate.ejb.criteria.expression.function.SqrtFunction
All Implemented Interfaces:
java.io.Serializable, javax.persistence.criteria.Expression<java.lang.Double>, javax.persistence.criteria.Selection<java.lang.Double>, javax.persistence.TupleElement<java.lang.Double>, FunctionExpression<java.lang.Double>, ExpressionImplementor<java.lang.Double>, ParameterContainer, Renderable, SelectionImplementor<java.lang.Double>, TupleElementImplementor<java.lang.Double>

public class SqrtFunction
extends ParameterizedFunctionExpression<java.lang.Double>
implements java.io.Serializable

Models the ANSI SQL SQRT function.

Author:
Steve Ebersole
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hibernate.ejb.criteria.ParameterContainer
ParameterContainer.Helper
 
Field Summary
static java.lang.String NAME
           
 
Constructor Summary
SqrtFunction(CriteriaBuilderImpl criteriaBuilder, javax.persistence.criteria.Expression<? extends java.lang.Number> expression)
           
 
Method Summary
 
Methods inherited from class org.hibernate.ejb.criteria.expression.function.ParameterizedFunctionExpression
getArgumentExpressions, properSize, registerParameters, render, renderArguments, wrapAsLiterals
 
Methods inherited from class org.hibernate.ejb.criteria.expression.function.BasicFunctionExpression
getFunctionName, isAggregation, renderProjection
 
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 org.hibernate.ejb.criteria.expression.SelectionImpl
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection
 
Methods inherited from class org.hibernate.ejb.criteria.expression.AbstractTupleElement
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
 
Methods inherited from class org.hibernate.ejb.criteria.AbstractNode
criteriaBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hibernate.ejb.criteria.expression.function.FunctionExpression
getFunctionName, isAggregation
 
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
 
Methods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
 
Methods inherited from interface org.hibernate.ejb.criteria.SelectionImplementor
getValueHandlers
 
Methods inherited from interface org.hibernate.ejb.criteria.TupleElementImplementor
getValueHandler
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

SqrtFunction

public SqrtFunction(CriteriaBuilderImpl criteriaBuilder,
                    javax.persistence.criteria.Expression<? extends java.lang.Number> expression)


Copyright © 2013. All Rights Reserved.