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, pathSourceFields 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
ConstructorsConstructorDescriptionPathImpl(Metamodel metamodel, AbstractPathExpression pathSource, FieldSpecification<?, ?> attribute, CriteriaBuilder cb) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExpressionToQuery(StringBuilder query, CriteriaParameterFiller parameterFiller) Methods inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractPathExpression
getAttr, getAttr, getParentPathMethods 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.Expression
in, inMethods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Path
getAttr, getAttr, getParentPathMethods 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
-
Field Details
-
attributeName
-
attribute
-
-
Constructor Details
-
PathImpl
public PathImpl(Metamodel metamodel, AbstractPathExpression pathSource, FieldSpecification<?, ?> attribute, CriteriaBuilder cb)
-
-
Method Details
-
setExpressionToQuery
- Specified by:
setExpressionToQueryin classAbstractExpression<X>
-