HHH-14421 Fix javadoc for Query.stream() method
This commit is contained in:
parent
5881b88173
commit
19d46d2fed
|
@ -79,8 +79,8 @@ public interface Query<R> extends TypedQuery<R>, org.hibernate.Query<R>, CommonQ
|
|||
/**
|
||||
* Retrieve a Stream over the query results.
|
||||
* <p/>
|
||||
* In the initial implementation (5.2) this returns a simple sequential Stream. The plan
|
||||
* is to return a a smarter stream in 6.x leveraging the SQM model.
|
||||
* In the initial implementation (5.2) this returns a simple sequential Stream. The plan
|
||||
* is to return a smarter stream in 6.x leveraging the SQM model.
|
||||
*
|
||||
* <p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue