Class CountFunction
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<Integer>
cz.cvut.kbss.jopa.query.criteria.expressions.CountFunction
- All Implemented Interfaces:
Expression<Integer>,Selection<Integer>,TupleElement<Integer>
-
Field Summary
Fields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractFunctionExpression
argumentExpressionFields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpression
cb, negatedFields inherited from class cz.cvut.kbss.jopa.query.criteria.SelectionImpl
type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractFunctionExpression
setExpressionToQueryMethods inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpression
in, in, isNegated, negateMethods inherited from class cz.cvut.kbss.jopa.query.criteria.SelectionImpl
getAlias, getCompoundedSelectionItems, getJavaType, isCompoundedSelectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Selection
getCompoundedSelectionItems, isCompoundedSelectionMethods inherited from interface cz.cvut.kbss.jopa.model.query.TupleElement
getAlias, getJavaType
-
Constructor Details
-
CountFunction
-
-
Method Details
-
getFunctionName
- Specified by:
getFunctionNamein classAbstractFunctionExpression<Integer>
-