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, negatedFields 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()voidsetExpressionToQuery(StringBuilder query, CriteriaParameterFiller parameterFiller) Methods 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
-
ExpressionLiteralImpl
-
ExpressionLiteralImpl
-
-
Method Details
-
setExpressionToQuery
- Specified by:
setExpressionToQueryin classAbstractExpression<T>
-
getValue
-
getLanguageTag
-