stream

abstract fun stream(): Stream<EntityType>

Returns this query as a stream. This query is not executed at this point but it will be executed whenever the stream executes a terminal operation.

Return

this query as a stream