Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

draw.io Diagram
bordertrue
diagramNameCPS NCMP Proposed Dataflow
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth382
revision4

NOTE: Spring Data has stream support, and will page results given appropriate settings. For example, JdbcTemplate::queryForStream will page at 100 when following settings are used:

  • spring.jdbc.template.fetch-size=100


  • spring.datasource.hikari.auto-commit=false


Here is some source code showing how the streams API would be used:

...