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