pip_services3_mongodb
pip_services3_mongodb
IdentifiableMongoDbPersistence
<
T extends IIdentifiable<
K
>
,
K
>
getListByIds method
getListByIds
pip_services3_mongodb
pip_services3_mongodb
IdentifiableMongoDbPersistence
<
T extends IIdentifiable<
K
>
,
K
>
getListByIds 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 ==
getListByIds
method
Future
<
List
<
T
>
>
getListByIds
(
String
correlationId
,
List
<
K
>
ids
)
Gets a list of data items retrieved by given unique ids.
correlationId
(optional) transaction id to trace execution through call chain.
ids
ids of data items to be retrieved Return Future that receives a data list Throws error.