pip_services3_mongodb
pip_services3_mongodb
IdentifiableMongoDbPersistence
<
T extends IIdentifiable<
K
>
,
K
>
update method
update
pip_services3_mongodb
pip_services3_mongodb
IdentifiableMongoDbPersistence
<
T extends IIdentifiable<
K
>
,
K
>
update method
IdentifiableMongoDbPersistence class
Constructors
IdentifiableMongoDbPersistence
Properties
client
collection
collectionName
connection
databaseName
dependencyResolver
hashCode
logger
maxPageSize
runtimeType
Methods
clear
close
configure
convertFromPublic
convertFromPublicPartial
convertToPublic
create
deleteByFilterEx
deleteById
deleteByIds
ensureIndex
getCountByFilterEx
getListByFilterEx
getListByIds
getOneById
getOneRandom
getPageByFilterEx
isOpen
noSuchMethod
open
set
setReferences
toString
unsetReferences
update
updatePartially
Operators
operator ==
update
method
@
override
Future
<
T
>
update
(
String
correlationId
,
T
item
)
override
Updates a data item.
correlation_id
(optional) transaction id to trace execution through call chain.
item
an item to be updated. Return Future that receives updated item Throws error.