Class TreatRootImpl

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

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