Class TreatPathImpl

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

    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 jakarta.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