ebean-orm-deprecated / ebean-querybean

Moved as a module into ebean.git repo
https://ebean.io/docs/query/query-beans
Apache License 2.0
9 stars 3 forks source link

ENH: Add delegate methods for findStream / findLargeStream #68

Closed jnehlmeier closed 4 years ago

jnehlmeier commented 4 years ago

See title.

Maybe it is useful to extract an interface from the Query class with all the methods that QueryBeans should delegate to the Query object.