Uses of Interface
org.leo.aws.ddb.data.PatchUpdate
-
Packages that use PatchUpdate Package Description org.leo.aws.ddb.repositories -
-
Uses of PatchUpdate in org.leo.aws.ddb.repositories
Method parameters in org.leo.aws.ddb.repositories with type arguments of type PatchUpdate Modifier and Type Method Description default reactor.core.publisher.Flux<ENTITY_TYPE>DynamoDbRepository. updateItems(String keyValue, List<? extends PatchUpdate> patchUpdates, rx.functions.Func1<PatchUpdate,UpdateItem> convertFunc)Method updates a list of records/documents.default reactor.core.publisher.Flux<ENTITY_TYPE>DynamoDbRepository. updateItems(String keyValue, List<? extends PatchUpdate> patchUpdates, rx.functions.Func1<PatchUpdate,UpdateItem> convertFunc)Method updates a list of records/documents.
-