Uses of Class
org.leo.aws.ddb.data.UpdateItem
-
Packages that use UpdateItem Package Description org.leo.aws.ddb.data org.leo.aws.ddb.repositories -
-
Uses of UpdateItem in org.leo.aws.ddb.data
Subclasses of UpdateItem in org.leo.aws.ddb.data Modifier and Type Class Description private static classUpdateItem.DefaultUpdateItemMethods in org.leo.aws.ddb.data that return UpdateItem Modifier and Type Method Description UpdateItemUpdateItem.Builder. build()UpdateItemUpdateItem.DefaultUpdateItem.BuilderImpl. build() -
Uses of UpdateItem in org.leo.aws.ddb.repositories
Methods in org.leo.aws.ddb.repositories with parameters of type UpdateItem Modifier and Type Method Description default reactor.core.publisher.Mono<ENTITY_TYPE>DynamoDbRepository. updateItem(UpdateItem updateItem)Method parameters in org.leo.aws.ddb.repositories with type arguments of type UpdateItem Modifier and Type Method Description (package private) <ENTITY_TYPE>
reactor.core.publisher.Flux<ENTITY_TYPE>BaseRepositoryUtils. updateItem(List<UpdateItem> updateItems, Supplier<Class<ENTITY_TYPE>> paramTypeFunc, Function<List<PrimaryKey>,reactor.core.publisher.Flux<ENTITY_TYPE>> findByPrimaryKeysFunc)default reactor.core.publisher.Flux<ENTITY_TYPE>DynamoDbRepository. updateItem(List<UpdateItem> updateItems)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.
-