Class ExpressionInImpl<Y>
java.lang.Object
cz.cvut.kbss.jopa.query.criteria.SelectionImpl<Y>
cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpression<Boolean>
cz.cvut.kbss.jopa.query.criteria.AbstractPredicate
cz.cvut.kbss.jopa.query.criteria.expressions.ExpressionInImpl<Y>
- All Implemented Interfaces:
- Expression<Boolean>,- Predicate,- PredicateFactory.In<Y>,- Selection<Boolean>,- TupleElement<Boolean>
- 
Nested Class SummaryNested classes/interfaces inherited from interface cz.cvut.kbss.jopa.model.query.criteria.PredicatePredicate.BooleanOperator
- 
Field SummaryFields inherited from class cz.cvut.kbss.jopa.query.criteria.AbstractPredicatebooleanOperatorFields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpressioncb, negatedFields inherited from class cz.cvut.kbss.jopa.query.criteria.SelectionImpltype
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the expression to be tested against the list of values.Return the top-level conjuncts or disjuncts of the predicate.not()Create a negation of the predicate.voidsetExpressionToQuery(StringBuilder query, CriteriaParameterFiller parameterFiller) Add to list of values to be tested against.Methods inherited from class cz.cvut.kbss.jopa.query.criteria.AbstractPredicategetOperator, negateOperatorMethods 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.Expressionin, inMethods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.PredicategetOperator, isNegatedMethods 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- 
ExpressionInImpl
 
- 
- 
Method Details- 
getExpressionDescription copied from interface:PredicateFactory.InReturn the expression to be tested against the list of values.- Specified by:
- getExpressionin interface- PredicateFactory.In<Y>
- Returns:
- expression
 
- 
valueDescription copied from interface:PredicateFactory.InAdd to list of values to be tested against.- Specified by:
- valuein interface- PredicateFactory.In<Y>
- Parameters:
- value- - value
- Returns:
- in predicate
 
- 
notDescription copied from interface:PredicateCreate a negation of the predicate.
- 
getExpressionsDescription copied from interface:PredicateReturn the top-level conjuncts or disjuncts of the predicate. Returns empty list if there are no top-level conjuncts or disjuncts of the predicate.- Specified by:
- getExpressionsin interface- Predicate
- Specified by:
- getExpressionsin class- AbstractPredicate
- Returns:
- list of boolean expressions forming the predicate
 
- 
setExpressionToQuery- Specified by:
- setExpressionToQueryin class- AbstractPredicate
 
 
-