Class AbsFunction<Y extends Number>
java.lang.Object
cz.cvut.kbss.jopa.query.criteria.SelectionImpl<Y>
cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpression<X>
cz.cvut.kbss.jopa.query.criteria.expressions.AbstractFunctionExpression<Y>
cz.cvut.kbss.jopa.query.criteria.expressions.AbsFunction<Y>
- All Implemented Interfaces:
- Expression<Y>,- Selection<Y>,- TupleElement<Y>
- 
Field SummaryFields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractFunctionExpressionargumentExpressionFields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpressioncb, negatedFields inherited from class cz.cvut.kbss.jopa.query.criteria.SelectionImpltype
- 
Constructor SummaryConstructorsConstructorDescriptionAbsFunction(Class<Y> type, AbstractPathExpression argumentExpression, CriteriaBuilder cb) 
- 
Method SummaryMethods inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractFunctionExpressionsetExpressionToQueryMethods inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpressionin, in, isNegated, negateMethods inherited from class cz.cvut.kbss.jopa.query.criteria.SelectionImplgetAlias, getCompoundedSelectionItems, getJavaType, isCompoundedSelectionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.SelectiongetCompoundedSelectionItems, isCompoundedSelectionMethods inherited from interface cz.cvut.kbss.jopa.model.query.TupleElementgetAlias, getJavaType
- 
Constructor Details- 
AbsFunction
 
- 
- 
Method Details- 
getFunctionName- Specified by:
- getFunctionNamein class- AbstractFunctionExpression<Y extends Number>
 
 
-