-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: enhancementA general enhancementA general enhancement
Description
Related to #724, DataAccessUtils
should provide an optionalResult
method for Collection
as well as Stream
arguments (and also for Iterator
because we need that internally anyway), returning a corresponding Optional
wrapper or Optional.empty()
.
In addition, a singleResult
overload for a Stream
argument (and for Iterator
) would complete the overall arrangement in DataAccessUtils
.
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: enhancementA general enhancementA general enhancement