Class ExpressionLiteralImpl<T>
java.lang.Object
cz.cvut.kbss.jopa.query.criteria.SelectionImpl<Y>
cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpression<T>
cz.cvut.kbss.jopa.query.criteria.expressions.ExpressionLiteralImpl<T>
- All Implemented Interfaces:
Expression<T>
,Selection<T>
,TupleElement<T>
-
Field Summary
Fields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpression
cb, negated
Fields inherited from class cz.cvut.kbss.jopa.query.criteria.SelectionImpl
type
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionLiteralImpl
(String literal, String languageTag, CriteriaBuilder cb) ExpressionLiteralImpl
(T literal, CriteriaBuilder cb) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
void
setExpressionToQuery
(StringBuilder query, CriteriaParameterFiller parameterFiller) Methods inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpression
in, in, isNegated, negate
Methods inherited from class cz.cvut.kbss.jopa.query.criteria.SelectionImpl
getAlias, getCompoundedSelectionItems, getJavaType, isCompoundedSelection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Selection
getCompoundedSelectionItems, isCompoundedSelection
Methods inherited from interface cz.cvut.kbss.jopa.model.query.TupleElement
getAlias, getJavaType
-
Constructor Details
-
ExpressionLiteralImpl
-
ExpressionLiteralImpl
-
-
Method Details
-
setExpressionToQuery
- Specified by:
setExpressionToQuery
in classAbstractExpression<T>
-
getValue
-
getLanguageTag
-