All Superinterfaces:
javax.persistence.criteria.Expression<T>, javax.persistence.criteria.Path<T>, javax.persistence.criteria.Selection<T>, javax.persistence.TupleElement<T>, VExpression<T>
All Known Subinterfaces:
VFrom<Z,X>
All Known Implementing Classes:
FromImpl, JoinBase, PathImpl, RootImpl

public interface VPath<T> extends VExpression<T>, javax.persistence.criteria.Path<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    <X> X
    accept(PathVisitor<X> visitor)
     
     

    Methods inherited from interface javax.persistence.criteria.Expression

    in, in, in, in, isNotNull, isNull

    Methods inherited from interface javax.persistence.criteria.Path

    get, get, get, get, getModel, getParentPath, type

    Methods inherited from interface javax.persistence.criteria.Selection

    alias, getCompoundSelectionItems, isCompoundSelection

    Methods inherited from interface javax.persistence.TupleElement

    getAlias, getJavaType

    Methods inherited from interface org.aksw.jena_sparql_api.mapper.jpa.criteria.expr.VExpression

    accept, as
  • Method Details

    • getReachingAttributeName

      String getReachingAttributeName()
    • accept

      <X> X accept(PathVisitor<X> visitor)