edward3h / kiwiproc

Java annotation processor to generate JDBC implementation for SQL queries
GNU Lesser General Public License v2.1
1 stars 0 forks source link

support Stream with cursor #77

Open edward3h opened 2 weeks ago

edward3h commented 2 weeks ago

Enable actual streaming, rather than get a List and convert to Stream.