mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
49cda57c81
As a general purpose API, allPersisted should not be loading the entire contents of the database table into memory. Instead now it returns a Stream for processing of elements.