Class TreatPathImpl

  • All Implemented Interfaces:
    Serializable, javax.persistence.criteria.Expression, javax.persistence.criteria.Path, javax.persistence.criteria.Selection, javax.persistence.TupleElement

    public class TreatPathImpl
    extends PathImpl
    Treated (cast) form of a Path (in a WHERE clause).
    See Also:
    Serialized Form
    • Method Detail

      • getQueryExpression

        public org.datanucleus.store.query.expression.Expression getQueryExpression()
        Description copied from class: PathImpl
        Accessor for the underlying DataNucleus expression for this path. Creates it if not yet existing.
        Overrides:
        getQueryExpression in class PathImpl
        Returns:
        The DataNucleus query expression
      • getType

        public javax.persistence.metamodel.Type<?> getType()
        Overrides:
        getType in class PathImpl
      • toString

        public String toString()
        Description copied from class: PathImpl
        Method to return the path as something suitable for use as JPQL single-string.
        Overrides:
        toString in class PathImpl
        Returns:
        The JPQL form