pip_services3_mongodb
pip_services3_mongodb
IdentifiableMongoDbPersistence
<
T extends IIdentifiable<
K
>
,
K
>
deleteByIds method
deleteByIds
pip_services3_mongodb
pip_services3_mongodb
IdentifiableMongoDbPersistence
<
T extends IIdentifiable<
K
>
,
K
>
deleteByIds 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 ==
deleteByIds
method
Future
deleteByIds
(
String
correlationId
,
List
<
K
>
ids
)
Deletes multiple data items by their unique ids.
correlationId
(optional) transaction id to trace execution through call chain.
ids
ids of data items to be deleted. Return Future that receives null for success. Throws error