alpet opened DATAJDBC-356 and commented
Enable support for reading large resultsets (milions of rows). Two suggestions:
- With respect of mybatis there is already Cursor that can be wrapped in a stream
- With respect of pure Jdbc there is one unmaintained framework implementation jdbc-stream https://github.com/APNIC-net/spring-jdbctemplate-streams that may be usefull.
Without this methods as findAll or findAllByProperty will benefit from having such functionality
No further details from DATAJDBC-356
alpet opened DATAJDBC-356 and commented
Enable support for reading large resultsets (milions of rows). Two suggestions:
Without this methods as findAll or findAllByProperty will benefit from having such functionality
No further details from DATAJDBC-356