Class TreatRootImpl

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

    public class TreatRootImpl
    extends RootImpl
    Treated (cast) form of a Root (in a WHERE clause).
    See Also:
    Serialized Form
    • Method Detail

      • getQueryExpression

        public org.datanucleus.store.query.expression.Expression getQueryExpression()
        Description copied from class: FromImpl
        Accessor for the underlying DataNucleus expression for this path.
        Overrides:
        getQueryExpression in class FromImpl
        Returns:
        The DataNucleus query expression
      • getType

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

        public String toString()
        Description copied from class: FromImpl
        Method to return a JPQL string form of the root expression.
        Overrides:
        toString in class FromImpl
        Returns:
        The string form