sql >> Base de Datos >  >> NoSQL >> MongoDB

Spring-Mongo-Data Update solo permite un argumento posicional?

Lo que puedes hacer es

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

Y consulte operador posicional