Class QueryableDefaults.NonLeafReplayableQueryable<T>

    • Field Detail

    • Constructor Detail

      • NonLeafReplayableQueryable

        protected NonLeafReplayableQueryable​(Queryable<T> original)
    • Method Detail

      • getElementType

        public java.lang.reflect.Type getElementType()
        Description copied from interface: RawQueryable
        Gets the type of the element(s) that are returned when the expression tree associated with this Queryable is executed.
      • getExpression

        public Expression getExpression()
        Description copied from interface: RawQueryable
        Gets the expression tree that is associated with this Queryable.
      • getProvider

        public QueryProvider getProvider()
        Description copied from interface: RawQueryable
        Gets the query provider that is associated with this data source.