Package cz.cvut.kbss.jopa.query.criteria
Class PathImpl<X>
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.AbstractPathExpression<X>
cz.cvut.kbss.jopa.query.criteria.PathImpl<X>
- All Implemented Interfaces:
Expression<X>
,Path<X>
,Selection<X>
,TupleElement<X>
-
Field Summary
FieldsFields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractPathExpression
metamodel, pathSource
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
ConstructorsConstructorDescriptionPathImpl
(Metamodel metamodel, AbstractPathExpression pathSource, FieldSpecification<?, ?> attribute, CriteriaBuilder cb) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setExpressionToQuery
(StringBuilder query, CriteriaParameterFiller parameterFiller) Methods inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractPathExpression
getAttr, getAttr, getParentPath
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.Expression
in, in
Methods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Path
getAttr, getAttr, getParentPath
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
-
Field Details
-
attributeName
-
attribute
-
-
Constructor Details
-
PathImpl
public PathImpl(Metamodel metamodel, AbstractPathExpression pathSource, FieldSpecification<?, ?> attribute, CriteriaBuilder cb)
-
-
Method Details
-
setExpressionToQuery
- Specified by:
setExpressionToQuery
in classAbstractExpression<X>
-