MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Spring-Mongo-Data Update erlaubt nur ein Positionsargument?

Was Sie tun können, ist

update.set("strs.$[elmStr].nds.$[elmNds].title", title)
    .filterArray("elmStr._id", strsId)
    .filterArray("elmNds._id",ndsId);

Und siehe Positionsoperator