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 SummaryFieldsFields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractPathExpressionmetamodel, pathSourceFields inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractExpressioncb, negatedFields inherited from class cz.cvut.kbss.jopa.query.criteria.SelectionImpltype
- 
Constructor SummaryConstructorsConstructorDescriptionPathImpl(Metamodel metamodel, AbstractPathExpression pathSource, FieldSpecification<?, ?> attribute, CriteriaBuilder cb) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetExpressionToQuery(StringBuilder query, CriteriaParameterFiller parameterFiller) Methods inherited from class cz.cvut.kbss.jopa.query.criteria.expressions.AbstractPathExpressiongetAttr, getAttr, getParentPathMethods 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.PathgetAttr, getAttr, getParentPathMethods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.SelectiongetCompoundedSelectionItems, isCompoundedSelectionMethods inherited from interface cz.cvut.kbss.jopa.model.query.TupleElementgetAlias, getJavaType
- 
Field Details- 
attributeName
- 
attribute
 
- 
- 
Constructor Details- 
PathImplpublic PathImpl(Metamodel metamodel, AbstractPathExpression pathSource, FieldSpecification<?, ?> attribute, CriteriaBuilder cb) 
 
- 
- 
Method Details- 
setExpressionToQuery- Specified by:
- setExpressionToQueryin class- AbstractExpression<X>
 
 
-